Created on 2016-12-06.00:00:00 last changed 47 months ago
Proposed resolution (November, 2018):
Change 13.9 [temp.spec] paragraph 1 as follows:
The act of instantiating a function, a variable, a class, a member of a class template or a member template is referred to as template instantiation.
Change 13.9 [temp.spec] paragraphs 3 and r as follows:
An explicit specialization may be declared for a function template, a variable template, a class template, a member of a class template or a member template. An explicit specialization declaration is introduced by template<> . In an explicit specialization declaration for a variable template, a class template, a member of a class template or a class member template, the name of the the variable or class that is explicitly specialized shall be a simple-template-id. In the explicit specialization declaration for a function template or a member function template, the name of the function or member function explicitly specialized may be a template-id. [Example:...
An instantiated template specialization can be either implicitly instantiated (13.9.2 [temp.inst]) for a given argument list or be explicitly instantiated (13.9.3 [temp.explicit]). A specialization is a class, variable, function, or class member that is either instantiated or explicitly specialized (13.9.4 [temp.expl.spec]).
[Accepted as a DR at the February, 2019 meeting.]
Presumably paragraphs 1-3 of 13.9 [temp.spec] are intended to apply to variable templates, but the term does not appear in the current wording of these paragraphs.
History | |||
---|---|---|---|
Date | User | Action | Args |
2020-12-15 00:00:00 | admin | set | messages: + msg6419 |
2020-12-15 00:00:00 | admin | set | status: drafting -> cd5 |
2016-12-06 00:00:00 | admin | create |