×

Loading...

another way, actually same thing, but it's clearer

template<class T1, typename T2=X<T1> >
class Y
{
public:
T2 a;
};
Report