Am Fri, 01 Aug 2014 07:01:48 +0000
schrieb "Jonathan M Davis" <jmdavisp...@gmx.com>:

> Since all template instantiations must happen when you compile 
> your program rather than in any libraries you're linking against, 
> why would it matter? If you compile your program without 

That's not true, template instances emit weak symbols. If you link
against a compiled library which also has instantiated the same
templates this library provides the same weak symbols. Which symbols are
actually used in the final executable is up to the linker and not
standardized.

Reply via email to