Title
Member class template with the same name as the class
Status
cd4
Section
11.4 [class.mem]
Submitter
Richard Smith

Created on 2014-04-01.00:00:00 last changed 87 months ago

Messages

Date: 2014-11-15.00:00:00

[Moved to DR at the November, 2014 meeting.]

Date: 2014-10-15.00:00:00

Proposed resolution (October, 2014):

Change 11.4 [class.mem] paragraph 14 as follows:

If T is the name of a class, then each of the following shall have a name different from T:

  • ...

  • every member of class T that is itself a type;

  • every member template of class T;
  • ...

Date: 2014-04-01.00:00:00

The list in 11.4 [class.mem] paragraph 14 of the kinds of class members whose names must differ from that of the class does not include an entry for a member class template. Presumably it should.

History
Date User Action Args
2017-02-06 00:00:00adminsetstatus: drwp -> cd4
2015-05-25 00:00:00adminsetstatus: dr -> drwp
2015-04-13 00:00:00adminsetmessages: + msg5393
2014-11-24 00:00:00adminsetstatus: tentatively ready -> dr
2014-10-13 00:00:00adminsetmessages: + msg5140
2014-10-13 00:00:00adminsetstatus: drafting -> tentatively ready
2014-07-07 00:00:00adminsetstatus: open -> drafting
2014-04-01 00:00:00admincreate