Created on 2014-10-15.00:00:00 last changed 121 months ago
Rationale (November, 2014):
This issue is a duplicate of issue 1980.
See also issue 2025.
Given the declarations
template<int> using T = int; template<typename U> void h(T<f(U())>); template<typename U> void h(T<g(U())>);
Does this declare one function template or two?
History | |||
---|---|---|---|
Date | User | Action | Args |
2014-11-24 00:00:00 | admin | set | messages: + msg5302 |
2014-10-15 00:00:00 | admin | create |