[Issue 4179] [AA] Deleting items from an associative array iterated over

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Apr 17 18:04:01 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=4179

--- Comment #14 from Steven Schveighoffer <schveiguy at yahoo.com> ---
We can rewrite the rehash code to rely more on GC destruction, or alter the
opApply/range code to be safer. Perhaps this is the right thing to do
regardless.

This will probably result in AA's being more likely to cause false pointers.

--


More information about the Digitalmars-d-bugs mailing list