October 18, 2020
https://issues.dlang.org/show_bug.cgi?id=21271

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@MoonlightSentinel updated dlang/dmd pull request #11872 "dtoh: Emit placeholders for skipped virtual functions" fixing this issue:

- Fix 21271: Emit placeholders for skipped virtual functions (dtoh)

  This ensures proper vtable layout for classes which
  have extern(D) functions

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

--
October 18, 2020
https://issues.dlang.org/show_bug.cgi?id=21271

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 #11872 "dtoh: Emit placeholders for skipped virtual functions" was merged into master:

- 2e9015871a058a0b16ace6bc9e285d3de4027b46 by MoonlightSentinel:
  Fix 21271: Emit placeholders for skipped virtual functions (dtoh)

  This ensures proper vtable layout for classes which
  have extern(D) functions

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

--