C++ template name mangling

Peter Alexander via Digitalmars-d digitalmars-d at puremagic.com
Sat Aug 16 07:16:13 PDT 2014


On Saturday, 16 August 2014 at 02:23:45 UTC, Tofu Ninja wrote:
> Would this only be usable be usable for templates already
> instantiated in the c++ object file you were linking with?

Yes, it has to be. You would need to use C++'s explicit template 
instantiation to create an object file with all the requisite 
symbols.


More information about the Digitalmars-d mailing list