[Issue 21799] CTFE doesn't call base class destructor for extern(D) classes
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Apr 5 16:26:07 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=21799
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |pull
--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@MoonlightSentinel updated dlang/dmd pull request #12379 "Fix 21799 - CTFE
doesn't call base class destructor for extern(D) classes" fixing this issue:
- 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