Skip to content

Commit

Permalink
[thread.once.callonce] INVOKE is evaluated, not called (#6810)
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyCarter authored Feb 15, 2024
1 parent 6ecda0b commit 9305893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/threads.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8220,7 +8220,7 @@
\effects
An execution of \tcode{call_once} that does not call its \tcode{func} is a
\term{passive} execution. An execution of \tcode{call_once} that calls its \tcode{func}
is an \term{active} execution. An active execution calls
is an \term{active} execution. An active execution evaluates
\tcode{\placeholdernc{INVOKE}(\brk{}%
std::forward<Callable>(func),
std::forward<Args>(args)...)}\iref{func.require}. If such a call to \tcode{func}
Expand Down

0 comments on commit 9305893

Please sign in to comment.