From fb5cc1e883d3c308dca5c35c67fac7fff51ab64a Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Sun, 21 Jul 2019 15:40:45 +0200 Subject: [PATCH] P0735R1 Interaction of memory_order_consume with release sequences --- source/basic.tex | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/source/basic.tex b/source/basic.tex index 795e154e9b..1758d41fba 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -5562,10 +5562,8 @@ \begin{itemize} \item \placeholder{A} performs a release operation on an atomic object \placeholder{M}, and, in -another thread, \placeholder{B} performs a consume operation on \placeholder{M} and reads a -value written by any -\indextext{side effects}% -side effect in the release sequence headed by \placeholder{A}, or +another thread, \placeholder{B} performs a consume operation on \placeholder{M} and reads +the value written by \placeholder{A}, or \item for some evaluation \placeholder{X}, \placeholder{A} is dependency-ordered before \placeholder{X} and