https://issues.dlang.org/show_bug.cgi?id=21799
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- 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 --
