This is an unofficial snapshot of the ISO/IEC JTC1 SC22 WG21 Core Issues List revision 115e. See http://www.open-std.org/jtc1/sc22/wg21/ for the official list.
2024-11-11
[Moved to DR at the October, 2015 meeting.]
According to 13.8.3 [temp.dep] paragraph 1,
Expressions may be type-dependent (on the type of a template parameter) or value-dependent (on the value of a non-type template parameter).
Proposed resolution (May, 2015):
Change 13.8.3 [temp.dep] paragraph 1 to read,
An expression may be type-dependent (that is, its type may depend on a template parameter) or value-dependent (that is, its value when evaluated as a constant expression (7.7 [expr.const]) may depend on a template parameter) as described in this subclause."