https://issues.dlang.org/show_bug.cgi?id=21799
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @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 --
