Skip to content

Commit 9878cfb

Browse files
authored
[handler.functions] Add cross-reference to [intro.races] (#6845)
1 parent ceff4ea commit 9878cfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/lib-intro.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3340,8 +3340,8 @@
33403340
\end{itemize}
33413341

33423342
\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
3343+
Calling the \tcode{set_*} and \tcode{get_*} functions shall not incur a data race\iref{intro.races}.
3344+
A call to any of the \tcode{set_*} functions shall synchronize with subsequent calls to the same
33453345
\tcode{set_*} function and to the corresponding \tcode{get_*} function.
33463346

33473347
\rSec3[res.on.functions]{Other functions}

0 commit comments

Comments
 (0)