[Issue 4214] Rebinding of scoped class references

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

[Issue 4214] Rebinding of scoped class references

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4214 Denis verylonglogin@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4214] Rebinding of scoped class references

2010-05-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4214 --- Comment #1 from bearophile_h...@eml.cc 2010-05-20 16:59:15 PDT --- Sorry, I meant: 2) The right semantics of the code I have written there seems to be: both F(1) and F(2) objects need to be deallocated when main() ends. -- Configure