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



>From: Jason Merrill <jason@xxxxxxxxxx>
>> I meant it matches except for the _ZTI prefix:
>> _ZTIl == type info of long

>How is "l" == "__fundamental_type_info"?

_ZTIl (for long) is an object whose type is __fundamental_type_info.