Re: [cxx-abi-dev] Function call mangling again
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cxx-abi-dev] Function call mangling again



>From: David Vandevoorde <daveed@xxxxxxx>
>I think I prefer encoding the parentheses, since there may be other  
>contexts where they matter (decltype?).

If we include parentheses, do we then need to mention that all existing
places where we don't need parentheses, we can't add this new operator?

Some template expression like: (I1 + I2) * 4