Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion source/lib-intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3341,7 +3341,7 @@

\pnum
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
A call to any of the \tcode{set_*} functions synchronizes with subsequent calls to the same
\tcode{set_*} function and to the corresponding \tcode{get_*} function.

\rSec3[res.on.functions]{Other functions}
Expand Down
4 changes: 2 additions & 2 deletions source/memory.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6154,9 +6154,9 @@
\pnum
\remarks
Calling the \tcode{set_default_resource} and
\tcode{get_default_resource} functions shall not incur a data race.
\tcode{get_default_resource} functions shall not incur a data race\iref{intro.races}.
A call to the \tcode{set_default_resource} function
shall synchronize with subsequent calls to
synchronizes with subsequent calls to
the \tcode{set_default_resource} and \tcode{get_default_resource} functions.
\end{itemdescr}

Expand Down