https://issues.dlang.org/show_bug.cgi?id=17493

Walter Bright <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |INVALID

--- Comment #6 from Walter Bright <[email protected]> ---
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.

--

Reply via email to