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 November, 2014 meeting.]
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.
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; ...