[Issue 704] `class` destructor is called even if constructor throws

2021-12-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=704 feklushkin.de...@gmail.com changed: What|Removed |Added CC||feklushkin.de...@gmail.com ---

[Issue 704] `class` destructor is called even if constructor throws

2019-05-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=704 Mathias LANG changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[Issue 704] `class` destructor is called even if constructor throws

2018-01-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=704 --- Comment #14 from anonymous4 --- (In reply to Steven Schveighoffer from comment #13) > (what the dtor is expecting) D has options there unlike C++. --

[Issue 704] `class` destructor is called even if constructor throws

2018-01-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=704 Steven Schveighoffer changed: What|Removed |Added CC|

[Issue 704] `class` destructor is called even if constructor throws

2018-01-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=704 --- Comment #12 from anonymous4 --- Isn't it only true for C++ that destructor can't be called on an object that wasn't constructed? In C++ destructor can't be called because there's no default initialization before

[Issue 704] `class` destructor is called even if constructor throws

2018-01-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=704 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --- Comment

[Issue 704] `class` destructor is called even if constructor throws

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=704 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 704] `class` destructor is called even if constructor throws

2014-11-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=704 --- Comment #9 from Walter Bright bugzi...@digitalmars.com --- Why was this reopened? I can't figure out what the bug is from the comments. --

[Issue 704] `class` destructor is called even if constructor throws

2014-11-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=704 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added CC|schvei...@yahoo.com | --

[Issue 704] `class` destructor is called even if constructor throws

2014-11-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=704 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added CC||schvei...@yahoo.com

[Issue 704] `class` destructor is called even if constructor throws

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=704 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added CC|