Skip to content

Commit 969bea1

Browse files
committed
P0735R1 Interaction of memory_order_consume with release sequences
1 parent 67db942 commit 969bea1

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
@@ -5503,10 +5503,8 @@
55035503
\begin{itemize}
55045504
\item
55055505
\placeholder{A} performs a release operation on an atomic object \placeholder{M}, and, in
5506-
another thread, \placeholder{B} performs a consume operation on \placeholder{M} and reads a
5507-
value written by any
5508-
\indextext{side effects}%
5509-
side effect in the release sequence headed by \placeholder{A}, or
5506+
another thread, \placeholder{B} performs a consume operation on \placeholder{M} and reads
5507+
the value written by \placeholder{A}, or
55105508

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

0 commit comments

Comments
 (0)