On Jul 8, 2011, at 8:38 AM, Xiaolong Tang wrote: > > Hi all, > > I am interested to check the AST of the instantiated template > function. Is there a way to do so? Not from the command line. In a debugger, you can of course dump() the instantiated declaration. - Doug