A mangling for std::nullptr_t

David Vandevoorde daveed at edg.com
Fri Sep 18 22:15:14 UTC 2009


C++0x defines a typedef std::nullptr_t which aliases a unique (but  
unnamed) fundamental type.  That type needs a mangling code.

How about "Dn"?  I.e., adding the production

	<builtin-type> ::= Dn

in the spec?

	Daveed




More information about the cxx-abi-dev mailing list