This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of C++11 status.
Section: 17.9.8 [except.nested] Status: C++11 Submitter: Pete Becker Opened: 2009-09-25 Last modified: 2016-01-28
Priority: Not Prioritized
View all other issues in [except.nested].
View all issues with C++11 status.
Discussion:
LWG 1066(i) adds [[noreturn]]
to a bunch of things.
It doesn't add it to rethrow_nested()
, which seems like an obvious
candidate. I've made the changes indicated in the issue, and haven't
changed rethrow_nested()
.
[ 2009 Santa Cruz: ]
Move to Ready.
Proposed resolution:
Add [[noreturn]]
to rethrow_nested()
in 17.9.8 [except.nested].