[Issue 15672] Casting from void[] to T[] is erroneously considered @safe

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Feb 19 11:26:52 PST 2016


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

--- Comment #2 from Chris Wright <dhasenan at gmail.com> ---
Right. I meant that we add a restriction that you can't cast void[] to
mutable(T)[], keeping existing restrictions in place.

--


More information about the Digitalmars-d-bugs mailing list