Community
Participate
Working Groups
template<typename T> struct SS {}; template< template<typename T, typename S = SS<T> > class Cont> // Problem on SS<T> Cont<int> // Problem on Cont<int> f() {}
*** This bug has been marked as a duplicate of bug 357308 ***