Thread overview
[Issue 23567] pragma(printf) messes up with the vtable of extern(C++) classes
Dec 19, 2022
Dlang Bot
Dec 20, 2022
Dlang Bot
Jan 01, 2023
Dlang Bot
December 19, 2022
https://issues.dlang.org/show_bug.cgi?id=23567

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 #14717 "fix Issue 23567 -
pragma(printf) messes up with the vtable of extern(C++) classes" fixing this
issue:

- fix Issue 23567 - pragma(printf) messes up with the vtable of extern(C++)
classes

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

--
December 20, 2022
https://issues.dlang.org/show_bug.cgi?id=23567

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 #14717 "fix Issue 23567 - pragma(printf) messes up with
the vtable of extern(C++) classes" was merged into stable:

- c45e967c1901604f414d3411d7200e8348c77203 by Iain Buclaw:
  fix Issue 23567 - pragma(printf) messes up with the vtable of extern(C++)
classes

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

--
January 01, 2023
https://issues.dlang.org/show_bug.cgi?id=23567

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14765 "merge stable" was merged into master:

- a6e34f8ae8107b2abbd0625228590067fa63b8b2 by Iain Buclaw:
  fix Issue 23567 - pragma(printf) messes up with the vtable of extern(C++)
classes

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

--