[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 changed: What|Removed |Added CC||and...@erdani.com --- Comment #7

[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 changed: What|Removed |Added CC||lio+bugzi...@lunesu.com --- Comment #

[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 comple

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

2009-01-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=704 --- Comment #4 from 2kor...@gmail.com 2009-01-16 15:01 --- I'm not sure whether it is a bug (unless specs specify other behavior). Unlike C++, objects in D are fully constructed /before/ entering ctor and thus I would expect the dtor

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

2009-01-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=704 g...@nwawudu.com changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WORKSFORME