[Issue 704] destructors are called even if the constructor throws an exception

2013-11-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=704 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added CC|

[Issue 704] destructors are called even if the constructor throws an exception

2011-11-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=704 Lionello Lunesu lio+bugzi...@lunesu.com changed: What|Removed |Added CC|

[Issue 704] destructors are called even if the constructor throws an exception

2009-01-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=704 --- Comment #5 from samu...@voliacable.com 2009-01-17 06:12 --- Default initializing object's fields doesn't mean full object construction. I do believe that an object should be considered constructed only if its constructor has