Hacker News new | ask | show | jobs
by gpderetta 3467 days ago
Technically you can put the template definition in a separate translation unit and rely on explicit instantiation. The linker will tell you exactly what you need to instantiate. It is tedious and seldomly done.

/Pedantic