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 ceff4ea commit 9878cfbCopy full SHA for 9878cfb
source/lib-intro.tex
@@ -3340,8 +3340,8 @@
3340
\end{itemize}
3341
3342
\pnum
3343
-Calling the \tcode{set_*} and \tcode{get_*} functions shall not incur a data race. A call to
3344
-any of the \tcode{set_*} functions shall synchronize with subsequent calls to the same
+Calling the \tcode{set_*} and \tcode{get_*} functions shall not incur a data race\iref{intro.races}.
+A call to any of the \tcode{set_*} functions shall synchronize with subsequent calls to the same
3345
\tcode{set_*} function and to the corresponding \tcode{get_*} function.
3346
3347
\rSec3[res.on.functions]{Other functions}
0 commit comments