[Bug c++/21118] Explicitly instantiated templates don't seem to be instantiated

ncm-nospam at cantrip dot org gcc-bugzilla@gcc.gnu.org
Wed Apr 20 18:43:00 GMT 2005


------- Additional Comments From ncm-nospam at cantrip dot org  2005-04-20 18:43 -------
I agree with Andrew.  The compiler was improved enough not to fail to 
report this error.  The Right Thing is probably just to delete the 
explicit instantiations, if it's not code to go in a shared library.  
If it is, just move the explicit instantiations after all the definitions.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21118



More information about the Gcc-bugs mailing list