mangling template-id

Jason Merrill jason at redhat.com
Wed Nov 11 17:55:26 UTC 2009


Currently there's no way in the ABI to mangle something like 
decltype(fn<args>()) because mangling is only specified for a qualified 
template-id.

Handling this just as unqualified-name template-args seems to work fine; 
any reason not to just add that to expression?  We also need to support 
a plain identifier for overloaded functions.

Jason



More information about the cxx-abi-dev mailing list