File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 6090
6090
the postfix expression designating the called function
6091
6091
are sequenced before every expression or statement
6092
6092
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},
6095
6100
each evaluation that does not occur within \placeholder {F} but
6096
6101
is evaluated on the same thread and as part of the same signal handler (if any)
6097
6102
is either sequenced before all evaluations that occur within \placeholder {F}
You can’t perform that action at this time.
0 commit comments