Created on 2013-08-05.00:00:00 last changed 47 months ago
[Voted into the WP at the July, 2017 meeting.]
Proposed resolution (May, 2017):
This issue is resolved by the resolution of issue 1704.
It is not clear to what extent the type in an explicit instantiation must match that of a variable template. For example:
template<typename T> T var = T(); template float var<float>; // #1. template int* var<int>; // #2. template auto var<char>; // #3.
(See also issue 1704.)
History | |||
---|---|---|---|
Date | User | Action | Args |
2020-12-15 00:00:00 | admin | set | status: drwp -> cd5 |
2018-02-27 00:00:00 | admin | set | messages: + msg6151 |
2018-02-27 00:00:00 | admin | set | messages: + msg6150 |
2018-02-27 00:00:00 | admin | set | status: drafting -> drwp |
2013-10-14 00:00:00 | admin | set | status: open -> drafting |
2013-08-05 00:00:00 | admin | create |