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 6b4a4a2 commit e70d9d6Copy full SHA for e70d9d6
source/basic.tex
@@ -6169,9 +6169,13 @@
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 can still conflict
6177
+even if it does not alter the value of any bits.
6178
+\end{note}
6179
6180
6181
The library defines a number of atomic operations\iref{atomics} and
0 commit comments