[Issue 3606] Problems with struct destructors and const structs

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

[Issue 3606] Problems with struct destructors and const structs

2011-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3606 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC||k.hara...@gmail.com

[Issue 3606] Problems with struct destructors and const structs

2011-06-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3606 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3606] Problems with struct destructors and const structs

2009-12-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3606 --- Comment #2 from Sobirari Muhomori dfj1es...@sneakemail.com 2009-12-11 07:08:40 PST --- Well... compiler's complaints are understandable, you are trying to do meaningless thing. -- Configure issuemail:

[Issue 3606] Problems with struct destructors and const structs

2009-12-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3606 --- Comment #1 from Sobirari Muhomori dfj1es...@sneakemail.com 2009-12-11 07:05:10 PST --- Errors in 2.031: Error: destructor tmp.Foo.~this () does not match parameter types () Error: f.~this can only be called on a mutable object, not