Hey,
I am trying to compile this :
template <class T, class U = myDefaultUClass<T> >
class myClass{
...
};
Although it seems quite intuitive to me it is not for my compiler, does anyone knows how to do this ?
edit : Ok, the problem was not actually coming from this but from a residual try ... Sorry about this, thanks for your answers anyway.