[Issue 12031] Possible dollar handling inconsistencies in std.typecons.Typedef array

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Sep 23 13:06:31 PDT 2014


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

--- Comment #4 from bearophile_hugs at eml.cc ---
Now the error messages become:

test.d(8,13): Error: cannot implicitly convert expression (a.opSlice(__dollar -
4u, __dollar)) of type ubyte[] to ubyte[4]
test.d(12,13): Error: cannot implicitly convert expression (a.opSlice(21u,
25u)) of type ubyte[] to ubyte[4]

--


More information about the Digitalmars-d-bugs mailing list