Created on 2016-07-14.00:00:00 last changed 47 months ago
Proposed resolution (August, 2017):
Change 13.9.3 [temp.explicit] paragraph 1 as follows:
A class, function, variable, or member template specialization can be explicitly instantiated from its template. A member function, member class or static data member of a class template can be explicitly instantiated from the member definition associated with its class template. An explicit instantiation of a function templateor, member function of a class template, or variable template shall not use the inline or constexpr specifiers.
[Accepted as a DR at the November, 2017 meeting.]
According to 13.9.3 [temp.explicit] paragraph 1,
An explicit instantiation of a function template or member function of a class template shall not use the inline or constexpr specifiers.
Should this apply to explicit specializations of variable templates as well?
History | |||
---|---|---|---|
Date | User | Action | Args |
2020-12-15 00:00:00 | admin | set | status: dr -> cd5 |
2018-02-27 00:00:00 | admin | set | messages: + msg6125 |
2016-07-14 00:00:00 | admin | create |