You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[atomics.ref.operations] Change Expects to Effects for atomic_ref::notify_{one,all} (#3180)
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.
0 commit comments