https://issues.dlang.org/show_bug.cgi?id=21709
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from Dlang Bot <[email protected]> --- dlang/dmd pull request #12277 "Fix 21709 - Don't generate try-catch in betterC code for dtorfields" was merged into stable: - afebdfa54ec01005da6ec62bc1249917b3b75a76 by MoonlightSentinel: Fix 21709 - Don't generate try-catch in betterC code for dtorfields The code may never throw exceptions in betterC mode, so it cannot abort the ctor with an uncaught exception. https://github.com/dlang/dmd/pull/12277 --
