A
Andrey Balaguta
Hello, All!
I need to define new type for template function, but I've forgotten how to
use "template" in conjunction with "typedef" %) I've tried "typedef template
<class T> void (*TDataDestructor) (T Data)" and "template <class T> typedef
void (*TDataDestructor) (T Data)", both don't work with error "template must
be classes or functions" (bcc5.5). Point me to right answer Thanks in
advance
With best regards, Andrey Balaguta. E-mail: (e-mail address removed)
I need to define new type for template function, but I've forgotten how to
use "template" in conjunction with "typedef" %) I've tried "typedef template
<class T> void (*TDataDestructor) (T Data)" and "template <class T> typedef
void (*TDataDestructor) (T Data)", both don't work with error "template must
be classes or functions" (bcc5.5). Point me to right answer Thanks in
advance
With best regards, Andrey Balaguta. E-mail: (e-mail address removed)