http://d.puremagic.com/issues/show_bug.cgi?id=6693
Summary: [CTFE] Cannot set value to nested AA
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Hisayuki Mima <[email protected]> 2011-09-19 22:54:47 JST
---
pragma(msg, {
int[int][int] aaa;
aaa[3][1] = 4;
return 0;
}());
This code doesn't be compiled by dmd v2.055.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------