[cxx-abi-dev] Mangling unary plus

Kerch Holt kerch at cup.hp.com
Tue Oct 8 20:24:58 UTC 2002


Mark Mitchell wrote:
> For this example:
> 
>  struct A { void operator+(); };
> 
> what is the mangling of A::operator+?
> ...
> G++ uses "ps" for unary plus.
> 
> Intel, HP -- what do your compilers do?
> 
HP gives this mangling:
_ZN1AplEv

Guess the vote here is "pl".









More information about the cxx-abi-dev mailing list