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