[Issue 15704] @safe code should not allow copying to/from void[]

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jun 14 08:40:34 PDT 2016


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

--- Comment #4 from hsteoh at quickfur.ath.cx ---
Oh, you're right, it doesn't compile because implicit conversion from void[] to
int*[] is not allowed.  OK, nevermind what I said, then. :-D

--


More information about the Digitalmars-d-bugs mailing list