[Issue 6611] array[]++ and array[]-- too?
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Sep 6 06:35:08 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6611
yebblies <yebblies at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yebblies at gmail.com
--- Comment #1 from yebblies <yebblies at gmail.com> 2011-09-06 23:34:55 EST ---
This line implies the following
a[]++ => (auto tmp = a[].dup, ++a[], tmp)
Do we really want it to be this easy to do?
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list