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}}%