Reference: More Exceptional C++
Dietmar Kuhl (personal communication) pointed out, many class templates in the C++ Standard library are explicitly instantiated, thereby explicitly instantiating their member functions. Their member functions need not be inlined.
No comments:
Post a Comment