Re: [cxx-abi-dev] A mangling for std::nullptr_t
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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



On 03/04/2010 03:45 AM, Dennis Handly wrote:
From: Jason Merrill<jason@xxxxxxxxxx>
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