http://d.puremagic.com/issues/show_bug.cgi?id=3378
Don <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Don <[email protected]> 2009-10-09 06:37:38 PDT --- (In reply to comment #0) > 1. The increment is rewritten as x += 1, but it shouldn't as it's a > fundamentally different operation >From the spec: " Overloading ++e and --e Since ++e is defined to be semantically equivalent to (e += 1), the expression ++e is rewritten as (e += 1), and then checking for operator overloading is done. " -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
