Skip to content

Commit b033c91

Browse files
committed
[mem.res.global] Replace 'shall synchronize with'; add reference
1 parent c985ca8 commit b033c91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/memory.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6154,9 +6154,9 @@
61546154
\pnum
61556155
\remarks
61566156
Calling the \tcode{set_default_resource} and
6157-
\tcode{get_default_resource} functions shall not incur a data race.
6157+
\tcode{get_default_resource} functions shall not incur a data race\iref{intro.races}.
61586158
A call to the \tcode{set_default_resource} function
6159-
shall synchronize with subsequent calls to
6159+
synchronizes with subsequent calls to
61606160
the \tcode{set_default_resource} and \tcode{get_default_resource} functions.
61616161
\end{itemdescr}
61626162

0 commit comments

Comments
 (0)