[Issue 1582] New: struct literal doesn't cooperate with associate array literal
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Oct 14 18:44:48 PDT 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1582
Summary: struct literal doesn't cooperate with associate array
literal
Product: D
Version: 1.022
Platform: PC
OS/Version: Windows
Status: NEW
Keywords: rejects-valid
Severity: normal
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: davidl at 126.com
struct sl
{
int x,y;
}
char[sl] myaal=[sl(1,2):'a',sl(2,3):'b'];
--
More information about the Digitalmars-d-bugs
mailing list