Daily Archives: 19.11.2008

C++ tricks, #6: Explicit template instantiation

Today we take a look at explicit template instantiations (yet another post which is a direct result of user feedback ). With explicit template instantiations, you can define a template and instantiate it in a DLL, so clients don’t even … Continue reading

Posted in Programming | Tagged | 5 Comments