[cxx-abi-dev] A mangling for std::nullptr_t

Jason Merrill jason at redhat.com
Thu Mar 4 15:03:29 UTC 2010


On 03/04/2010 03:45 AM, Dennis Handly wrote:
>> From: Jason Merrill<jason at redhat.com>
>> None of the RTTI types match the mangled names of types that use them.
>
> Sorry.  I meant it matches except for the _ZTI prefix:
> _ZTIl == type info of long

How is "l" == "__fundamental_type_info"?

> With the typeid(std::nullptr_t) new case, you probably only need to check
> in a few places.

Yep.

Jason



More information about the cxx-abi-dev mailing list