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

Fix IsTriviallyCopyable for volatile (fixes Mac build). #221

Merged
merged 1 commit into from Mar 28, 2014

Conversation

comex
Copy link
Contributor

@comex comex commented Mar 28, 2014

Between C++11 and C++14, volatile types stopped being trivially
copyable. The serializer has no reason to care about this distinction,
so tack on remove_volatile.

Between C++11 and C++14, volatile types stopped being trivially
copyable.  The serializer has no reason to care about this distinction,
so tack on remove_volatile.
@delroth
Copy link
Member

delroth commented Mar 28, 2014

@dolphin-emu-bot rebuild

@delroth
Copy link
Member

delroth commented Mar 28, 2014

A better solution would be to remove all the stupid "volatile" we've got in our codebase, but meh.

delroth added a commit that referenced this pull request Mar 28, 2014
Fix IsTriviallyCopyable for volatile (fixes Mac build).
@delroth delroth merged commit 7b456d3 into dolphin-emu:master Mar 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants