Skip to content

Commit 8f6236e

Browse files
burblebeetkoeppe
authored andcommitted
CWG2944 Unsequenced throw-expressions
1 parent afaa669 commit 8f6236e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

source/basic.tex

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6090,8 +6090,13 @@
60906090
the postfix expression designating the called function
60916091
are sequenced before every expression or statement
60926092
in the body of the called function.
6093-
For each function invocation or
6094-
evaluation of an \grammarterm{await-expression} \placeholder{F},
6093+
For each
6094+
\begin{itemize}
6095+
\item function invocation,
6096+
\item evaluation of an \grammarterm{await-expression}\iref{expr.await}, or
6097+
\item evaluation of a \grammarterm{throw-expression}\iref{expr.throw}
6098+
\end{itemize}
6099+
\placeholder{F},
60956100
each evaluation that does not occur within \placeholder{F} but
60966101
is evaluated on the same thread and as part of the same signal handler (if any)
60976102
is either sequenced before all evaluations that occur within \placeholder{F}

0 commit comments

Comments
 (0)