[cxx-abi-dev] RE: [cxx-abi] [cxx-abi-dev] Mangling unary plus

Mark Mitchell mark at codesourcery.com
Thu Oct 10 22:38:55 UTC 2002


> Use "ps" for template function expression and "pl" for overloaded unary
> operator+.

How is this better than my proposal?

Your idea makes all three compilers change; with my proposal only two
need to change. (My example shows that we cannot keep "pl" for
everything; that would otherwise be best since only one compiler would
have to change.)

Your suggestion also introduces an unncessary wart in the ABI; there
are enough complications as it stands.

-- 
Mark Mitchell                mark at codesourcery.com
CodeSourcery, LLC            http://www.codesourcery.com



More information about the cxx-abi-dev mailing list