Created on 2013-07-08.00:00:00 last changed 46 months ago
Rationale (February, 2021):
This issue is a duplicate of, and resolved by the resolution of, issue 2387.
Notes from the February, 2014 meeting:
CWG noted that linkage is by name, and a specialization of a variable template does not have a name separate from that of the variable template, thus the specialization will have the linkage of the template.
Given a namespace-scope declaration like
template<typename T> T var = T();
should T<const int> have internal linkage by virtue of its const-qualified type? Or should it inherit the linkage of the template?
History | |||
---|---|---|---|
Date | User | Action | Args |
2021-02-24 00:00:00 | admin | set | messages: + msg6521 |
2021-02-24 00:00:00 | admin | set | status: drafting -> dup |
2014-03-03 00:00:00 | admin | set | messages: + msg4881 |
2014-03-03 00:00:00 | admin | set | status: open -> drafting |
2013-07-08 00:00:00 | admin | create |