We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
atomic<cv T>
atomic_ref<cv T>
WG21-P3323R1 Forbid atomic<cv T>, Specify atomic_ref<cv T>
No feature-test macro is mentioned.
Let's implement this unconditionally, per @frederick-vs-ja's observation below.
The text was updated successfully, but these errors were encountered:
It seems that this should be treated as a DR because it mainly resolves 2 LWG issues.
Sorry, something went wrong.
Forbid atomic<cv T>
Successfully merging a pull request may close this issue.
WG21-P3323R1 Forbid
atomic<cv T>
, Specifyatomic_ref<cv T>
No feature-test macro is mentioned.
Let's implement this unconditionally, per @frederick-vs-ja's observation below.
The text was updated successfully, but these errors were encountered: