Thread overview
[Issue 22351] extern(C++) function contravariant in D, but not C++
Oct 03, 2021
Tim
May 24, 2022
Tim
May 25, 2022
Dlang Bot
May 27, 2022
Dlang Bot
October 03, 2021
https://issues.dlang.org/show_bug.cgi?id=22351

Tim <tim.dlang@t-online.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |C++

--
May 24, 2022
https://issues.dlang.org/show_bug.cgi?id=22351

Tim <tim.dlang@t-online.de> changed:

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

--
May 25, 2022
https://issues.dlang.org/show_bug.cgi?id=22351

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw created dlang/dmd pull request #14169 "fix Issue 22351 - extern(C++) function contravariant in D, but not C++" fixing this issue:

- fix Issue 22351 - extern(C++) function contravariant in D, but not C++

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

--
May 27, 2022
https://issues.dlang.org/show_bug.cgi?id=22351

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 #14169 "fix Issue 22351 - extern(C++) function contravariant in D, but not C++" was merged into master:

- 283b1ca4b54d42a9a22a9e2b34a045d69573f445 by Iain Buclaw:
  fix Issue 22351 - extern(C++) function contravariant in D, but not C++

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

--