www.digitalmars.com         C & C++   DMDScript  

D - Template parameter

Hi All,

when I try to compile the code:
template TTest (T, T tvalue) { ... }
My compiler says that "identifier 'T' is not defined"
So I cann't define a template value parameter of other template parameter type?

Thanks!
Aug 06 2003