Thread overview |
---|
October 15, 2007 [Issue 1582] New: struct literal doesn't cooperate with associate array literal | ||||
---|---|---|---|---|
| ||||
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@digitalmars.com ReportedBy: davidl@126.com struct sl { int x,y; } char[sl] myaal=[sl(1,2):'a',sl(2,3):'b']; -- |
October 15, 2007 [Issue 1582] struct literal doesn't cooperate with associate array literal | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1582 davidl@126.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement -- |
March 25, 2008 [Issue 1582] struct literal doesn't cooperate with associate array literal | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1582 ------- Comment #1 from davidl@126.com 2008-03-25 01:19 ------- o_O since when this bug gets fixed??? it's fixed in 1.028 -- |
March 25, 2008 [Issue 1582] struct literal doesn't cooperate with associate array literal | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1582 davidl@126.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- |
Copyright © 1999-2021 by the D Language Foundation