[Issue 6167] RefCounted and lazy/delegate

2012-10-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6167 Denis Shelomovskij changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6167] RefCounted and lazy/delegate

2011-06-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6167 --- Comment #1 from Jose Garcia 2011-06-16 16:00:39 PDT --- Also, note that if change fun to not be a member function you get the following: struct Struct { this(int dummy) { refCount = RefCounted!Impl(Impl(dummy)); } ~this() {} RefC