Skip to content

Commit 9305893

Browse files
authored
[thread.once.callonce] INVOKE is evaluated, not called (#6810)
1 parent 6ecda0b commit 9305893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/threads.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8220,7 +8220,7 @@
82208220
\effects
82218221
An execution of \tcode{call_once} that does not call its \tcode{func} is a
82228222
\term{passive} execution. An execution of \tcode{call_once} that calls its \tcode{func}
8223-
is an \term{active} execution. An active execution calls
8223+
is an \term{active} execution. An active execution evaluates
82248224
\tcode{\placeholdernc{INVOKE}(\brk{}%
82258225
std::forward<Callable>(func),
82268226
std::forward<Args>(args)...)}\iref{func.require}. If such a call to \tcode{func}

0 commit comments

Comments
 (0)