is this an instance of the 16-byte struct bug

Daniel Davidson nospam at spam.com
Tue Nov 5 05:35:07 PST 2013


On Tuesday, 5 November 2013 at 00:16:11 UTC, deadalnix wrote:
>
> I'm not sure what DMD is trying to do, but the function call to 
> writefln is clearly wrong.

Strange bug.

FWIW adding a constructor `this(immutable(int)[] data) { _data =
data; }` seems to be a workaround.

Thanks
Dan


More information about the Digitalmars-d mailing list