August 06, 2003
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!