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
[Accepted as a DR at the June, 2018 (Rapperswil) meeting.]
The list of type-dependent id-expressions in 13.8.3.3 [temp.dep.expr] paragraph 3 should include the case when a static data member is declared with the auto type specifier and the initializer is dependent.
Proposed resolution, March, 2018:
Add the following as a new bullet after 13.8.3.3 [temp.dep.expr] bullet 3.2:
...
an identifier associated by name lookup with a non-type template-parameter declared with a type that contains a placeholder type (9.2.9.7 [dcl.spec.auto]),
an identifier associated by name lookup with a variable declared with a type that contains a placeholder type (9.2.9.7 [dcl.spec.auto]) where the initializer is type-dependent,
...