[Issue 2657] Remove opPostInc, opPostDec
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Feb 13 09:38:14 PST 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2657
------- Comment #2 from shro8822 at vandals.uidaho.edu 2009-02-13 11:38 -------
A better solution would be to define i++ in terms of ++i and require the
compiler to do the value preservation as a copy or by delaying the function
call until after the value is used.
--
More information about the Digitalmars-d-bugs
mailing list