[cxx-abi-dev] Mangling late-specified return types/decltype

Jason Merrill jason at redhat.com
Mon Sep 8 02:30:16 UTC 2008


Jason Merrill wrote:
> We could mangle myfn(args) as a binary expression using the encoding for 
> operator() where the first operand is the name of the function and the 
> second operand is the list of args wrapped in some delimiters.

Or just

cl <function> <arg1> ... <argn> E

There doesn't seem to be a need for the opening delimiter.

Jason





More information about the cxx-abi-dev mailing list