On Sep 18, 2009, at 8:36 PM, Dennis Handly wrote: >> From: David Vandevoorde <daveed at edg.com> >> 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