Hi
I am using a library that define templates, the templates are
explicitly instatiated in separate file i.e.
Array_1000.cc
#include <aips/Arrays/Array.cc>
template class Array<float>;
the problem is when I link to the library I get
unresolved externals on all the templates. I am using the
-fno-implicit-templates compiler flag.
anyone know how to solve this?
Thanks!!
I am using a library that define templates, the templates are
explicitly instatiated in separate file i.e.
Array_1000.cc
#include <aips/Arrays/Array.cc>
template class Array<float>;
the problem is when I link to the library I get
unresolved externals on all the templates. I am using the
-fno-implicit-templates compiler flag.
anyone know how to solve this?
Thanks!!