[Issue 21709] std.conv.emplace not usable in betterC - 2.096
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Mar 15 01:02:19 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=21709
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #4 from Dlang Bot <dlang-bot at dlang.rocks> ---
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
--
More information about the Digitalmars-d-bugs
mailing list