We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee5245 commit ea75121Copy full SHA for ea75121
source/statements.tex
@@ -924,8 +924,10 @@
924
925
\pnum
926
If \placeholder{p}\tcode{.return_void()} is a valid expression,
927
-flowing off the end of a coroutine is equivalent to a \tcode{co_return} with no operand;
928
-otherwise flowing off the end of a coroutine results in undefined behavior.
+flowing off the end of a coroutine's \grammarterm{function-body}
+is equivalent to a \tcode{co_return} with no operand;
929
+otherwise flowing off the end of a coroutine's \grammarterm{function-body}
930
+results in undefined behavior.
931
932
\rSec2[stmt.goto]{The \tcode{goto} statement}%
933
\indextext{statement!\idxcode{goto}}
0 commit comments