Thread overview
[Issue 24866] Inconsistent behavior in safe checking of conversion to void
November 18
https://issues.dlang.org/show_bug.cgi?id=24866

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |safe

--
November 18
https://issues.dlang.org/show_bug.cgi?id=24866

Richard (Rikki) Andrew Cattermole <alphaglosined@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alphaglosined@gmail.com

--- Comment #1 from Richard (Rikki) Andrew Cattermole <alphaglosined@gmail.com> ---
Due to placement new, I'm on the side of disallowing conversion to ``void*`` and ``void[]`` in ``@safe``.

We have been relying on a language feature like that not existing and it opens up a major can of worms to have it.

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

--
December 13
https://issues.dlang.org/show_bug.cgi?id=24866

--- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/20548

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--