This is an unofficial snapshot of the ISO/IEC JTC1 SC22 WG21 Core Issues List revision 114a. See http://www.open-std.org/jtc1/sc22/wg21/ for the official list.

2024-04-18


1074. Value-dependent noexcept-expressions

Section: 13.8.3.4  [temp.dep.constexpr]     Status: C++11     Submitter: Jason Merrill     Date: 2010-06-04

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

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.

Proposed resolution (November, 2010) [SUPERSEDED]:

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