That would mean I would have to put all the possible permutations of the template class instantiation in a header file and include it. I have got about 20 template classes with prototypes like
template class MyTemplateClass<class T1, class T2, class T3>
If I were to work out all the possible...
I have a shared library which contains the definition of a template class. I am instantiating the template class in a main file and compiling with gcc but it is giving me a lot of problems. It seems that the gcc compiler does not have visibility to template definitions if the template definition...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.