Skip to content

Commit 78ecd23

Browse files
authored
[stmt.jump] Add cross-reference to [stmt.dcl] for destruction of local variables (#6829)
1 parent d5ad379 commit 78ecd23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/statements.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@
765765
\begin{note}
766766
On exit from a scope (however accomplished), objects with automatic storage
767767
duration\iref{basic.stc.auto} that have been constructed in that scope are destroyed
768-
in the reverse order of their construction.
768+
in the reverse order of their construction\iref{stmt.dcl}.
769769
For temporaries, see~\ref{class.temporary}.
770770
However, the program can be terminated (by calling
771771
\indextext{\idxcode{exit}}%

0 commit comments

Comments
 (0)