
25 Jul
2004
25 Jul
'04
6:30 p.m.
On Jul 25, 2004, at 1:29 PM, Rob Stewart wrote:
From: Howard Hinnant <hinnant@twcny.rr.com>
try_move has been dumped in favor of overloaded |= and <<= operators. This does not mean that I'm set on these operators, or that ~= or %= wouldn't be better as Rob suggests. Just there were getting to be so many changes, I wanted to get a new spec up.
The good news, in case no one else considered it, is that the precedence of any of the X= operators is very low, so you can take your pick on esthetic grounds alone.
The bad news is that ~= isn't really available. ;-) Here's the full list to peruse: = += -= *= /= %= ^= &= |=
= <<=
-Howard