Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/lib-intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3340,8 +3340,8 @@
\end{itemize}

\pnum
Calling the \tcode{set_*} and \tcode{get_*} functions shall not incur a data race. A call to
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
Comment thread
eisenwave marked this conversation as resolved.
\tcode{set_*} function and to the corresponding \tcode{get_*} function.

\rSec3[res.on.functions]{Other functions}
Expand Down