[cxx-abi-dev] C++0x: Mangling of rvalue reference types

Jason Merrill jason at redhat.com
Fri Jun 29 03:46:32 UTC 2007


Dennis Handly wrote:
>> From: "Doug Gregor" <doug.gregor at gmail.com>
>      <type> ::= RR <type>   # rvalue reference-to
> 
> Generating this is easy.  Demangling would need a simple look ahead to
> look for both.

It shouldn't, actually; existing demanglers should just demangle it as a 
reference to reference, which happens to be the syntax for an rvalue 
reference.

Jason




More information about the cxx-abi-dev mailing list