Skip to content

Commit 7a28e06

Browse files
[stmt.jump.general] Replace index for "destruction of local variable"
... with "destruction of block variable with automatic storage duration"
1 parent be85364 commit 7a28e06

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
@@ -805,7 +805,7 @@
805805
\end{bnf}
806806

807807
\pnum
808-
\indextext{local variable!destruction of}%
808+
\indextext{block variable with automatic storage duration!destruction of}%
809809
\indextext{scope!destructor and exit from}%
810810
\begin{note}
811811
On exit from a scope (however accomplished), objects with automatic storage

0 commit comments

Comments
 (0)