[Issue 13556] inconsistent 'new' syntax for arrays

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Sep 29 00:29:03 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13556

bearophile_hugs at eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs at eml.cc

--- Comment #1 from bearophile_hugs at eml.cc ---
I suspect that the array creation syntax is an unfixable mess.

new int[256][256] can also be generate a pointer to fixed size array
int[256][256].

--


More information about the Digitalmars-d-bugs mailing list