-
Notifications
You must be signed in to change notification settings - Fork 763
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
[2025-02 CWG Motion 6] P3475R2 Defang and deprecate memory_order::consume #7682
base: main
Are you sure you want to change the base?
Conversation
4d7c5ba
to
684b1a3
Compare
4dd0bab
to
25ff399
Compare
25ff399
to
b58ed93
Compare
b58ed93
to
d0768ae
Compare
source/basic.tex
Outdated
\end{itemize} | ||
\begin{note} | ||
In the absence of consume operations, | ||
the happens before and simply happens before relations are identical. | ||
An evaluation cannot happen before itself. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any chance we could say "does not happen", to avoid problematic modal verbs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing edit on basic.tex new line 6332 (deletion of "simply")
Fixed. |
6bd269d
to
8f7917e
Compare
Fixes #7656
Also fixes cplusplus/papers#2129