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 6ecda0b commit 9305893Copy full SHA for 9305893
source/threads.tex
@@ -8220,7 +8220,7 @@
8220
\effects
8221
An execution of \tcode{call_once} that does not call its \tcode{func} is a
8222
\term{passive} execution. An execution of \tcode{call_once} that calls its \tcode{func}
8223
-is an \term{active} execution. An active execution calls
+is an \term{active} execution. An active execution evaluates
8224
\tcode{\placeholdernc{INVOKE}(\brk{}%
8225
std::forward<Callable>(func),
8226
std::forward<Args>(args)...)}\iref{func.require}. If such a call to \tcode{func}
0 commit comments