Thread overview
[Issue 21994] (char*)"string" fails to compile
Jun 05, 2021
Walter Bright
Jun 05, 2021
Dlang Bot
Jun 05, 2021
Dlang Bot
June 05, 2021
https://issues.dlang.org/show_bug.cgi?id=21994

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ImportC

--
June 05, 2021
https://issues.dlang.org/show_bug.cgi?id=21994

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright updated dlang/dmd pull request #12635 "fix Issue 21994 (char*)expression fails to compile" fixing this issue:

- fix Issue 21994 (char*)expression fails to compile

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

--
June 05, 2021
https://issues.dlang.org/show_bug.cgi?id=21994

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12635 "fix Issue 21994 (char*)expression fails to compile" was merged into master:

- 6fab5e1dae3892d9431a7a224f1df882caac407e by Walter Bright:
  fix Issue 21994 (char*)expression fails to compile

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

--