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

[atomics.order] Remove redundant typedef-name for memory_order #851

Merged
merged 2 commits into from Nov 12, 2016

Conversation

jwakely
Copy link
Member

@jwakely jwakely commented Jul 22, 2016

No description provided.

memory_order_relaxed, memory_order_consume, memory_order_acquire,
memory_order_release, memory_order_acq_rel, memory_order_seq_cst
} memory_order;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's this C code doing in our C++? Kill it!

@cpplearner
Copy link
Contributor

The definition of atomic_flag is presented in similar way.

Presumably that typedef-name should also be removed?

@zygoloid zygoloid merged commit 112f0da into cplusplus:master Nov 12, 2016
@jwakely jwakely deleted the memory_order branch November 23, 2017 20:12
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.

None yet

4 participants