Skip to content

Commit 82b77f2

Browse files
authored
[stmt.dcl] Mirror changes from CWG2791
1 parent 458b16a commit 82b77f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/statements.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,8 @@
10751075
\end{footnote}
10761076
When a \grammarterm{declaration-statement} is executed,
10771077
$P$ and $Q$ are the points immediately before and after it;
1078-
when a function returns, $Q$ is after its body.
1078+
when a function returns control to the caller,
1079+
$Q$ is after its body.
10791080
\begin{example}
10801081
\begin{codeblock}
10811082
void f() {

0 commit comments

Comments
 (0)