[Issue 4343] New: Associative Arrays of static arrays == range violation

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jun 18 12:31:03 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=4343

           Summary: Associative Arrays of static arrays == range violation
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: major
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: dsimcha at yahoo.com


--- Comment #0 from David Simcha <dsimcha at yahoo.com> 2010-06-18 12:31:02 PDT ---
void main() {
    uint[2][string] foo;
    uint[2] baz;
    foo["bar"] = baz;
}

Compiles cleanly.  When run:

core.exception.RangeError at test(4): Range violation

-- 
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