inspect C++ template instantiation
- by aaa
hello.
Is there some utility which would allow me to inspect template instantiation?
my compiler is g++ or Intel.
Specific points I would like:
Step by step instantiation.
Instantiation backtrace (can hack this by crashing compiler. Better method?)
Inspection of template parameters.
Thanks