Thread overview
[Issue 24434] Casting away const with cast() should not produce an lvalue
Mar 16
Dlang Bot
Apr 28
Dlang Bot
March 10
https://issues.dlang.org/show_bug.cgi?id=24434

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=19754

--
March 10
https://issues.dlang.org/show_bug.cgi?id=24434

Walter Bright <bugzilla@digitalmars.com> changed:

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

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
This is possibly a regression resulting from https://issues.dlang.org/show_bug.cgi?id=19754

--
March 16
https://issues.dlang.org/show_bug.cgi?id=24434

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ntrel created dlang/dmd pull request #16315 "Fix Bugzilla 24434 - Casting away const with cast() is not a @safe lv…" fixing this issue:

- Fix Bugzilla 24434 - Casting away const with cast() is not a @safe lvalue

https://github.com/dlang/dmd/pull/16315

--
April 28
https://issues.dlang.org/show_bug.cgi?id=24434

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #16315 "Fix Bugzilla 24434 - Casting away const with cast() is not a @safe lv…" was merged into master:

- 2b65bccc71a22fec0bff58b7c40662701941adf4 by Nick Treleaven:
  Fix Bugzilla 24434 - Casting away const with cast() is not a @safe lvalue

https://github.com/dlang/dmd/pull/16315

--