April 19, 2022
https://issues.dlang.org/show_bug.cgi?id=23029

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #14014 "fix Issue 23029 - ImportC: _Generic treats pointer to const and regul…" fixing this issue:

- fix Issue 23029 - ImportC: _Generic treats pointer to const and regular pointers as the same type

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

--
April 19, 2022
https://issues.dlang.org/show_bug.cgi?id=23029

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 #14014 "fix Issue 23029 - ImportC: _Generic treats pointer to const and regul…" was merged into master:

- 2debd946c8d5c24e47436f657d49bb3257daf1fc by Walter Bright:
  fix Issue 23029 - ImportC: _Generic treats pointer to const and regular
pointers as the same type

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

--