Added by Vincent Cridlig almost 13 years ago
I don't find these macros in the reference documentation: DBO_EXTERN_TEMPLATES and DBO_INSTANTIATE_TEMPLATES.
What does it do?
Thanks
Vincent
Vincent,
both macros are used for explicit template instantiations. Usually, you don't need to do this - just let the compiler instantiate the template code.
Wim.