Title
Value-dependent noexcept-expressions
Status
c++11
Section
13.8.3.4 [temp.dep.constexpr]
Submitter
Jason Merrill

Created on 2010-06-04.00:00:00 last changed 123 months ago

Messages

Date: 2011-03-15.00:00:00

[Voted into the WP at the March, 2011 meeting as part of paper N3262.]

Date: 2010-11-15.00:00:00

Proposed resolution (November, 2010) [SUPERSEDED]:

Delete “noexcept( expression )” from the list in 13.8.3.4 [temp.dep.constexpr] paragraph 3.

Date: 2010-06-04.00:00:00

It is not clear why a noexcept-expression is value-dependent if its operand is value-dependent. It would seem that the value of the expression depends only on the type of the operand, not its value.

History
Date User Action Args
2014-03-03 00:00:00adminsetstatus: fdis -> c++11
2011-04-10 00:00:00adminsetmessages: + msg3395
2011-04-10 00:00:00adminsetstatus: review -> fdis
2010-11-29 00:00:00adminsetmessages: + msg3109
2010-11-29 00:00:00adminsetstatus: open -> review
2010-06-04 00:00:00admincreate