Template specialization

Li Jie cpunion at gmail.com
Tue Apr 18 21:14:19 PDT 2006


I don't know what is the name of this usage:

template <class T> class SomeClass{};
template <class T, class U> class SomeClass< AnotherClass<T,U> >{};

I think this is very commonly used, but D hasn't supported it yet, Is it in the
plain?

- Li Jie





More information about the Digitalmars-d mailing list