[Issue 4179] Deleting items from an associative array iterated over
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed May 26 09:49:55 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4179
--- Comment #2 from bearophile_hugs at eml.cc 2010-05-26 09:49:51 PDT ---
To implement this idea the foreach() has to change a little, in nonrelease mode
it has to set and later reset a boolean flag inside the container being
iterated. So this boolean value if present must have a standard name, that has
to be shown in the std.container page about the standard API of the container.
If implemented this idea lessens a little the need for the stable ("soft")
methods.
--
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