Skip to content

Commit 3982d5d

Browse files
authored
[except.ctor] Retitle subclause as 'stack unwinding' (#7282)
The purpose of this subclause is to define stack unwinding, which in specified in terms of the lifetime of objects, not just class types. Hence, while much of the text is addressing interactions with contructors and destructors (the original subclause title) it does more than just that.
1 parent a0411db commit 3982d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/exceptions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@
359359
\end{note}
360360

361361

362-
\rSec1[except.ctor]{Constructors and destructors}%
362+
\rSec1[except.ctor]{Stack unwinding}%
363363
\indextext{exception handling!constructors and destructors}%
364364
\indextext{constructor!exception handling|see{exception handling, constructors and destructors}}%
365365
\indextext{destructor!exception handling|see{exception handling, constructors and destructors}}

0 commit comments

Comments
 (0)