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

Make usage of memory_order enumeration values consistent #3365

Closed
mclow opened this issue Nov 3, 2019 · 3 comments
Closed

Make usage of memory_order enumeration values consistent #3365

mclow opened this issue Nov 3, 2019 · 3 comments
Assignees

Comments

@mclow
Copy link
Contributor

mclow commented Nov 3, 2019

In clause 31, there is mixed usage of the scoped and unscoped names for the memory_order enumerations.

For example: memory_order::acq_rel and memory_order_acq_rel.
Make them consistent. Preference (from Richard and Jens) for the first form.

@mclow
Copy link
Contributor Author

mclow commented Nov 3, 2019

I will provide a pull-request after the Belfast meeting.

@AlisdairM
Copy link
Contributor

AlisdairM commented Mar 7, 2020

Fixed by #3832

@jensmaurer
Copy link
Member

... with some add-on fixes in #3864.

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

3 participants