Created on 2012-10-29.00:00:00 last changed 140 months ago
Notes from the April, 2013 meeting:
The intent is to prohibit default arguments in explicit instantiations.
It is not clear, either from 9.3.4.7 [dcl.fct.default] or 13.9.3 [temp.explicit], whether it is permitted to add a default argument in an explicit instantiation of a function template:
template<typename T> void f(T, int) { }
template void f<int>(int, int=0); // Permitted?
History | |||
---|---|---|---|
Date | User | Action | Args |
2013-05-03 00:00:00 | admin | set | messages: + msg4334 |
2013-05-03 00:00:00 | admin | set | status: open -> drafting |
2012-10-29 00:00:00 | admin | create |