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 73a7223 commit 673143fCopy full SHA for 673143f
source/basic.tex
@@ -6586,7 +6586,8 @@
6586
\end{note}
6587
6588
\pnum
6589
-Two accesses to the same object of type \tcode{\keyword{volatile} std::sig_atomic_t} do not
+Two accesses to the same non-bit-field object
6590
+of type \tcode{\keyword{volatile} std::sig_atomic_t} do not
6591
result in a data race if both occur in the same thread, even if one or more
6592
occurs in a signal handler. For each signal handler invocation, evaluations
6593
performed by the thread invoking a signal handler can be divided into two
0 commit comments