[Issue 13799] Whole-array initialization for static fixed-size arrays of arrays too
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Sun Nov 30 18:04:58 PST 2014
    
    
  
https://issues.dlang.org/show_bug.cgi?id=13799
Kenji Hara <k.hara.pg at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
           Hardware|x86                         |All
                 OS|Windows                     |All
--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> ---
I think the multi-dimensional block initializing for static array type should
consistently work in arbitrary scope.
To increase behavior consistency of variable initializing, my following PR will
fix it.
https://github.com/D-Programming-Language/dmd/pull/3680
--
    
    
More information about the Digitalmars-d-bugs
mailing list