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

Change Expects to Effects for atomic_ref::notify_{one,all} #3180

Merged
merged 1 commit into from Aug 19, 2019

Conversation

dkolsen-pgi
Copy link
Contributor

Fix an editorial issue that resulted from an incorrect merge. In the
description of atomic_ref::notify_one and atomic_ref::notify_all in
[atomics.ref.operations] p25 and p27, N4830 has "Expects" in both of
those paragraphs. But the paper that was merged in, P1643R1
( http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1643r1.html )
has "Effects". "Effects" is correct, and it matches notify_one and
notify_all in the four other atomics-related classes.

Fix an editorial issue that resulted from an incorrect merge.  In the
description of atomic_ref::notify_one and atomic_ref::notify_all in
[atomics.ref.operations] p25 and p27, N4830 has "Expects" in both of
those paragraphs.  But the paper that was merged in, P1643R1
( http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1643r1.html )
has "Effects".  "Effects" is correct, and it matches notify_one and
notify_all in the four other atomics-related classes.
@jensmaurer jensmaurer merged commit aaea74e into cplusplus:master Aug 19, 2019
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

3 participants