[Issue 15359] DMD incorrectly identifies type of multidimensional array

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Nov 18 15:56:26 PST 2015


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

--- Comment #4 from Jack Stouffer <jack at jackstouffer.com> ---
(In reply to Alex Parrill from comment #3)
> Fixed-sized arrays (like `int[2][5]`) have different semantics than slices
> (like `int[][]`); you'll have to assign the elements manually.

Ok, so it's a poor error message that should be fixed.

--


More information about the Digitalmars-d-bugs mailing list