August 06, 2003 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! |
Copyright © 1999-2021 by the D Language Foundation