Skip to content

Commit 4a2546a

Browse files
jensmaurertkoeppe
authored andcommitted
[expr.await] Clarify rethrowing exceptions from await-suspend
1 parent 1bc4381 commit 4a2546a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/expressions.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4597,7 +4597,8 @@
45974597

45984598
\item
45994599
If the result of \placeholder{await-ready} is \tcode{true},
4600-
or when the coroutine is resumed,
4600+
or when the coroutine is resumed
4601+
other than by rethrowing an exception from \placeholder{await-suspend},
46014602
the \placeholder{await-resume} expression is evaluated, and
46024603
its result is the result of the \grammarterm{await-expression}.
46034604
\end{itemize}

0 commit comments

Comments
 (0)