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 Sep 18, 2009, at 8:36 PM, Dennis Handly wrote:

From: David Vandevoorde <daveed@xxxxxxx>
How about "Dn"?  I.e., adding the production
	<builtin-type> ::= Dn

But what should the demangler print?  __nullptr_t_thingee  :-)


decltype(nullptr) maybe, or std::nullptr_t (although the latter is typedef).

	Daveed