[Issue 9704] Destructor not called on function calls if postblit throws

2022-09-08 Thread d-bugmail--- via D.gnu
https://issues.dlang.org/show_bug.cgi?id=9704 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 9704] Destructor not called on function calls if postblit throws

2013-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9704 --- Comment #5 from Andrei Alexandrescu 2013-07-12 14:17:12 PDT --- Pasting the additional example here for reference: import std.stdio; struct S1 { this(int) { writeln("constructed"); } ~this() { writeln("destroyed"); } } struct

[Issue 9704] Destructor not called on function calls if postblit throws

2013-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9704 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com --- Com

[Issue 9704] Destructor not called on function calls if postblit throws

2013-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9704 monarchdo...@gmail.com changed: What|Removed |Added CC||and...@erdani.com --- Comment

[Issue 9704] Destructor not called on function calls if postblit throws

2013-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9704 Maxim Fomin changed: What|Removed |Added CC||ma...@maxim-fomin.ru --- Comment #2 from

[Issue 9704] Destructor not called on function calls if postblit throws

2013-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9704 Johannes Pfau changed: What|Removed |Added CC||d.gnu@puremagic.com,