A
Antti Keskinen
Hi there !
Does anyone know if Visual C++ 2005 will support the 'export' keyword in
template definitions ? Or alternatively, the use of seperate modules in
template declarations ?
Like, I can declare a templated class in 'class.h', then include this file
in 'class.cpp' and define the members, and take the class into use by
including 'class.h' in a code module that instantiates the template ?
-Antti Keskinen
Does anyone know if Visual C++ 2005 will support the 'export' keyword in
template definitions ? Or alternatively, the use of seperate modules in
template declarations ?
Like, I can declare a templated class in 'class.h', then include this file
in 'class.cpp' and define the members, and take the class into use by
including 'class.h' in a code module that instantiates the template ?
-Antti Keskinen