We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a470ff8 commit 8836ae4Copy full SHA for 8836ae4
source/basic.tex
@@ -6169,9 +6169,15 @@
6169
\end{note}
6170
6171
\pnum
6172
-Two expression evaluations \defn{conflict} if one of them modifies a memory
+Two expression evaluations \defn{conflict} if one of them modifies\iref{defns.access} a memory
6173
location\iref{intro.memory} and the other one reads or modifies the same
6174
memory location.
6175
+\begin{note}
6176
+A modification conflicts with another expression evaluation
6177
+at the same memory location
6178
+even if the modification alters no bits in the object representation
6179
+of the modified memory location.
6180
+\end{note}
6181
6182
6183
The library defines a number of atomic operations\iref{atomics} and
0 commit comments