
9 May
2008
9 May
'08
2:37 p.m.
AMDG Boris Gubenko wrote:
Steven Watanabe wrote:
Ok. It would be great if compilers supported this directly.
Just fyi: the cxx compiler has verbose template instantiation mode. On Tru64, for example:
<snip>
I only see function template instantiations, I'm more interested in class template instantiations because that's where the metaprogramming is done. Am I missing something? I'd also like to have all template instantiations, not just those that are triggered from inside other template instantiations. (Although this doesn't make a huge difference) In Christ, Steven Watanabe