https://issues.dlang.org/show_bug.cgi?id=21983
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #2 from Dlang Bot <[email protected]> --- @MoonlightSentinel created dlang/druntime pull request #3483 "Fix 21983 - Destroy partially dup'ed array if postblit/copy ctor throws" fixing this issue: - Fix 21983 - Destroy partially dup'ed array if postblit/copy ctor throws This ensures deterministic behaviour in case of an exception and avoids dtor calls on uninitialized elements. https://github.com/dlang/druntime/pull/3483 --
