$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-05-09 10:37:18
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