[Issue 5816] New: clear breaks associative array

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Apr 6 15:49:22 PDT 2011


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 at puremagic.com
        ReportedBy: ratchet.freak at gmail.com


--- Comment #0 from ratchet freak <ratchet.freak at 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: -------


More information about the Digitalmars-d-bugs mailing list