Tagged Questions
8
votes
5answers
496 views
When does template instantiation bloat matter in practice?
It seems that in C++ and D, languages which are statically compiled and in which template metaprogramming is a popular technique, there is a decent amount of concern about template instantiation ...