From 82b77f2a0eff40b0bcf6f3b62ba8d87679f21330 Mon Sep 17 00:00:00 2001 From: Jan Schultke Date: Thu, 27 Feb 2025 20:36:14 +0100 Subject: [PATCH] [stmt.dcl] Mirror changes from CWG2791 --- source/statements.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/statements.tex b/source/statements.tex index 5ad0847ad8..7c7c84e528 100644 --- a/source/statements.tex +++ b/source/statements.tex @@ -1075,7 +1075,8 @@ \end{footnote} When a \grammarterm{declaration-statement} is executed, $P$ and $Q$ are the points immediately before and after it; -when a function returns, $Q$ is after its body. +when a function returns control to the caller, +$Q$ is after its body. \begin{example} \begin{codeblock} void f() {