This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Help needed with explicit instantiation of template methods


Hi Jonathan

> Can you simply instantiate the whole class, instead of the copy constructor?
> 
> template class Matrix< std::complex<double> >;

That solution worked. Thanks very much for your help.

best regards

David


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]