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".