Don’t understand compiler output regarding templates
I have a fairly huge library templated in floating point type allowing also for Adjoint Algorithmic Differentiation number type. This library has a custom date class and I removed the dependance of the library on this class by templating the library with a Date template parameter, specialized when concrete code is need, allowing for other date classes as far as they subscribe to my date class (fairly generic) api …