[Issue 17247] std.bitmanip.read should not assume sliceable range is assign-copyable to ubyte[].

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Mar 8 11:13:32 PST 2017


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

--- Comment #1 from hsteoh at quickfur.ath.cx ---
In other words, std.bitmanip.read should not assume that slicing a ubyte range
will return ubyte[] or similar, since it could be a user-defined type.

--


More information about the Digitalmars-d-bugs mailing list