[Issue 14026] More flexible array of array allocation syntax

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jan 22 11:07:41 PST 2015


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

--- Comment #3 from Temtaime <temtaime at gmail.com> ---
It's too strange in fact because for one dimension it works:

int n;
auto arr = new int[n];

--


More information about the Digitalmars-d-bugs mailing list