Title
Destructors should be default nothrow
Status
c++11
Section
11.4.7 [class.dtor]
Submitter
GB

Created on 2010-08-03.00:00:00 last changed 123 months ago

Messages

Date: 2010-11-15.00:00:00

[Voted into the WP at the November, 2010 meeting as paper N3204.]

Date: 2010-11-29.00:00:00
N3092 comment GB 40
N3092 comment CH 9

A user-declared destructor that does not supply an exception specification should be considered as if declared noexcept(true) rather than noexcept(false).

(Duplicate of issue 1123.)

History
Date User Action Args
2014-03-03 00:00:00adminsetstatus: fdis -> c++11
2011-04-10 00:00:00adminsetstatus: dr -> fdis
2010-11-29 00:00:00adminsetmessages: + msg3185
2010-11-29 00:00:00adminsetstatus: open -> dr
2010-08-03 00:00:00admincreate