[Issue 17493] nothrow constructor may throw
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Sep 15 00:46:39 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=17493
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|FIXED |INVALID
--- Comment #6 from Walter Bright <bugzilla at digitalmars.com> ---
Changed this to INVALID. A constructor marked nothrow cannot have a field with
a throwing destructor, because the destructor can get called if the constructor
fails to complete.
--
More information about the Digitalmars-d-bugs
mailing list