[Issue 21799] CTFE doesn't call base class destructor for extern(D) classes
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Apr 6 00:08:57 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=21799
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/dmd pull request #12379 "Fix 21799 - CTFE doesn't call base class
destructor for extern(D) classes" was merged into stable:
- 2be3ff0a69b5f274be2f0e57ed1b1de70f78920d by MoonlightSentinel:
Fix 21799 - CTFE doesn't call base class destructor for extern(D) classes
Iterate the inheritance chain for `extern(D)` classes to emulate the
manual chaining implemented in `rt_finalise`.
https://github.com/dlang/dmd/pull/12379
--
More information about the Digitalmars-d-bugs
mailing list