Created on 2011-09-01.00:00:00 last changed 140 months ago
Rationale (April, 2013):
This is well-formed.
Given
template<class T, class U> struct A { }; template<class... T, class ... U> void f( A<T,U>...p); void g() { f<int>( A<int,unsigned>(), A<short,unsigned short>() ); }
I would expect this to work, but all the recent compilers I tried reject it, indicating deduction failure.
History | |||
---|---|---|---|
Date | User | Action | Args |
2013-05-03 00:00:00 | admin | set | messages: + msg4443 |
2013-05-03 00:00:00 | admin | set | status: open -> nad |
2011-09-01 00:00:00 | admin | create |