[cxx-abi-dev] mangling template-id

Jason Merrill jason at redhat.com
Thu Dec 17 22:58:56 UTC 2009


On 11/11/2009 12:55 PM, Jason Merrill wrote:
> 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.

Here's a patch.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: abi-unqualified-expr.patch
Type: text/x-patch
Size: 820 bytes
Desc: not available
URL: <http://sourcerytools.com/pipermail/cxx-abi-dev/attachments/20091217/82b9c918/attachment.bin>


More information about the cxx-abi-dev mailing list