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

Remove [atomcis.types.operations]p1 #3816

Closed
zygoloid opened this issue Mar 3, 2020 · 0 comments
Closed

Remove [atomcis.types.operations]p1 #3816

zygoloid opened this issue Mar 3, 2020 · 0 comments
Milestone

Comments

@zygoloid
Copy link
Member

zygoloid commented Mar 3, 2020

[atomcis.types.operations]p1 says:

[Note: Many operations are volatile-qualified. The “volatile as device register” semantics have not changed in the standard. This qualification means that volatility is preserved when applying these operations to volatile objects. It does not mean that operations on non-volatile objects become volatile. — end note]

But that's not been true since C++17: P0612R0 changed the rule precisely so that operations on non-volatile objects accessed via volatile-qualified glvalues are volatile operations.

This note adds no useful content and should be removed.

@zygoloid zygoloid added this to the C++20 milestone Mar 3, 2020
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

No branches or pull requests

1 participant