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

Jonathan M Davis <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |m

--- Comment #2 from Jonathan M Davis <[email protected]> ---
I would think that converting from T[] to void[] would be @safe. That
conversion won't actually corrupt anything. It's doing anything with the void[]
which is the problem. Anything and everything which would involve interpreting
what void[] is should definitely be @system.

--

Reply via email to