Skip to content

Commit fb5cc1e

Browse files
committed
P0735R1 Interaction of memory_order_consume with release sequences
1 parent 6e578b6 commit fb5cc1e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

source/basic.tex

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5562,10 +5562,8 @@
55625562
\begin{itemize}
55635563
\item
55645564
\placeholder{A} performs a release operation on an atomic object \placeholder{M}, and, in
5565-
another thread, \placeholder{B} performs a consume operation on \placeholder{M} and reads a
5566-
value written by any
5567-
\indextext{side effects}%
5568-
side effect in the release sequence headed by \placeholder{A}, or
5565+
another thread, \placeholder{B} performs a consume operation on \placeholder{M} and reads
5566+
the value written by \placeholder{A}, or
55695567

55705568
\item
55715569
for some evaluation \placeholder{X}, \placeholder{A} is dependency-ordered before \placeholder{X} and

0 commit comments

Comments
 (0)