This is an unofficial snapshot of the ISO/IEC JTC1 SC22 WG21 Core Issues List revision 113d. See http://www.open-std.org/jtc1/sc22/wg21/ for the official list.

2024-04-05


134. Template classes and declarator-ids

Section: Clause 13  [temp]     Status: TC1     Submitter: Mike Miller     Date: 17 June 1999

Clause 13 [temp] paragraph 2 says,

[Note: in a class template declaration, if the declarator-id is a template-id, the declaration declares a class template partial specialization (13.7.6 [temp.spec.partial] ). ]
There is no declarator-id in a class template declaration (cf paragraph 3).

Proposed resolution (10/00):

Replace the phrase "if the declarator-id is a template-id" with "if the class name is a template-id."