July 19, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=39


smjg@iname.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |smjg@iname.com
           Keywords|                            |spec




------- Comment #1 from smjg@iname.com  2006-07-19 09:26 -------
Indeed, ctod.html has an example of array initialisers nested within each other.  So obviously, the documented ArrayMemberInitialization syntax is inaccurate.

Moreover, why not make it a little simpler:

    ArrayMemberInitialization:
        Initializer
        AssignExpression : Initializer

    StructMemberInitialization:  // let's make the naming consistent
        Initializer
        Identifier : Initializer


-- 

December 27, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=39


bugzilla@digitalmars.com changed:

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




------- Comment #2 from bugzilla@digitalmars.com  2006-12-27 01:57 -------
Fixed DMD 0.178


--