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
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