Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid std::equal volatile comparisons for libc++ (#44) #52

Merged
merged 1 commit into from
Dec 15, 2019

Conversation

wkennington
Copy link
Contributor

No description provided.

@wkennington wkennington changed the title Skip copy construct volatile test for libc++ (#44) Avoid std::equal volatile comparisons for libc++ (#44) Dec 13, 2019
libc++ doesn't allow us to perform std::equal on volatile and
non-volatile types. We can work around this by iterating over the span
and manually comparing.
@martinmoene martinmoene merged commit 7936b2d into martinmoene:master Dec 15, 2019
@martinmoene
Copy link
Owner

Thanks @wkennington for providing this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants