Skip to content

Commit 5e3a688

Browse files
jensmaurertkoeppe
authored andcommitted
[except.ctor] Remove false claim about automatic objects
CWG1774 clarified that partially-constructed objects may not be of automatic storage duration. CWG2256 re-introduced that false claim.
1 parent a1d8bc1 commit 5e3a688

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
@@ -369,7 +369,7 @@
369369
\indextext{unwinding!stack}%
370370
As control passes from the point where an exception is thrown
371371
to a handler,
372-
objects with automatic storage duration are destroyed by a process,
372+
objects are destroyed by a process,
373373
specified in this subclause, called \defn{stack unwinding}.
374374

375375
\pnum

0 commit comments

Comments
 (0)