Is it possible that a compiled program does not contain an instantiated template class? – stackoverflow.com

Consider this code: template <typename T> class A { T x; // A bunch of functions }; std::size_t s = sizeof(A<double>); Assume the sizeof operator is the only place where an ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

0 Comment to "Is it possible that a compiled program does not contain an instantiated template class? – stackoverflow.com"