Thread overview
[Issue 1582] New: struct literal doesn't cooperate with associate array literal
Oct 15, 2007
d-bugmail
Oct 15, 2007
d-bugmail
Mar 25, 2008
d-bugmail
Mar 25, 2008
d-bugmail
October 15, 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@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
http://d.puremagic.com/issues/show_bug.cgi?id=1582


davidl@126.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement




-- 

March 25, 2008
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
http://d.puremagic.com/issues/show_bug.cgi?id=1582


davidl@126.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--