From d8b39d98f5bcecae18fc016eda950f62f24e655d Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Wed, 28 Feb 2024 14:38:58 +0100 Subject: [PATCH] [stmt.jump] Add reference to [stmt.dcl] --- source/statements.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/statements.tex b/source/statements.tex index ff10461644..4ebc6e7309 100644 --- a/source/statements.tex +++ b/source/statements.tex @@ -765,7 +765,7 @@ \begin{note} On exit from a scope (however accomplished), objects with automatic storage duration\iref{basic.stc.auto} that have been constructed in that scope are destroyed -in the reverse order of their construction. +in the reverse order of their construction\iref{stmt.dcl}. For temporaries, see~\ref{class.temporary}. However, the program can be terminated (by calling \indextext{\idxcode{exit}}%