Title
noexcept and std::bad_array_new_length
Status
cd4
Section
7.6.2.7 [expr.unary.noexcept]
Submitter
Daniel Krügler

Created on 2012-02-12.00:00:00 last changed 87 months ago

Messages

Date: 2014-11-15.00:00:00

[Moved to DR at the November, 2014 meeting.]

Date: 2012-06-15.00:00:00

Proposed resolution (June, 2012):

This issue is resolved by the resolution of issue 1351.

Date: 2012-02-12.00:00:00

The list of causes for a false result of the noexcept operator does not include a new-expression with a non-constant array bound, which could result in an exception even if the allocation function that would be called is declared not to throw (see 7.6.2.8 [expr.new] paragraph 7).

History
Date User Action Args
2017-02-06 00:00:00adminsetstatus: drwp -> cd4
2015-05-25 00:00:00adminsetstatus: dr -> drwp
2015-04-13 00:00:00adminsetmessages: + msg5346
2014-11-24 00:00:00adminsetstatus: ready -> dr
2014-07-07 00:00:00adminsetstatus: review -> ready
2014-05-27 00:00:00adminsetstatus: ready -> review
2014-03-03 00:00:00adminsetstatus: review -> ready
2013-05-03 00:00:00adminsetstatus: tentatively ready -> review
2012-11-03 00:00:00adminsetstatus: review -> tentatively ready
2012-02-27 00:00:00adminsetmessages: + msg3754
2012-02-12 00:00:00admincreate