Title
Dependent auto static data members
Status
cd5
Section
13.8.3.3 [temp.dep.expr]
Submitter
Richard Smith

Created on 2016-06-22.00:00:00 last changed 40 months ago

Messages

Date: 2018-04-11.00:00:00

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,

  • ...

Date: 2018-06-15.00:00:00

[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.

History
Date User Action Args
2020-12-15 00:00:00adminsetstatus: ready -> cd5
2018-04-11 00:00:00adminsetmessages: + msg6180
2018-04-11 00:00:00adminsetstatus: drafting -> ready
2016-06-22 00:00:00admincreate