E
Elephant
Hello,
how does one create a managed c++ template?
The following doesn't seem to be the correct syntax:
template<typename T> public __gc class TestClass{...}; // Compiler error:
"Syntax error: '<end Parse>'"
Thank you for any answers,
me.
how does one create a managed c++ template?
The following doesn't seem to be the correct syntax:
template<typename T> public __gc class TestClass{...}; // Compiler error:
"Syntax error: '<end Parse>'"
Thank you for any answers,
me.