On 8/13/12, Richard Guenther <richard.guent...@gmail.com> wrote:
> Increment/decrement operations did not exist, please do not add
> them at this point.

Note that I have also added +=, -= and *= operations.  Having them
has three advantages.  First, it matches expectations on what
numeric types allow.  Second, it results in more concise code.
Third, it results in potentially faster code.  I think we should
be able to use those operators.

When I run through changing call sites, I really want to change
the sites to the final form, not do two passes.

-- 
Lawrence Crowl

Reply via email to