April 06, 2011 [Issue 5816] New: clear breaks associative array | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=5816 Summary: clear breaks associative array Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: druntime AssignedTo: nobody@puremagic.com ReportedBy: ratchet.freak@gmail.com --- Comment #0 from ratchet freak <ratchet.freak@gmail.com> 2011-04-06 15:45:44 PDT --- unittest{ int[string] b; clear(b); assert(b.length==0);//doesn't work } actual b.length is undetermined -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
July 19, 2011 [Issue 5816] clear breaks associative array | ||||
---|---|---|---|---|
| ||||
Posted in reply to ratchet freak | http://d.puremagic.com/issues/show_bug.cgi?id=5816 dawg@dawgfoto.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |dawg@dawgfoto.de Resolution| |DUPLICATE --- Comment #1 from dawg@dawgfoto.de 2011-07-19 09:21:33 PDT --- *** This issue has been marked as a duplicate of issue 5683 *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation