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: [email protected]
ReportedBy: [email protected]
--- Comment #0 from David Simcha <[email protected]> 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.rangeer...@test(4): Range violation
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------