Number of references to a Class Object

d coder dlang.coder at gmail.com
Sun Feb 13 01:46:03 PST 2011


> However, it's not generally an issue, because you shouldn't normally be keeping
> references around for stuff that isn't used anymore. The garbage collector is
> smart enough to deal with circular references and the like, so the biggest cases
> where you'd normally need weak references aren't actually a problem. You're
> trying to do something fairly abnormal here.
>

Thanks Jonathon, with some effort I hope to wriggle out of the situation.

Regards
- Cherry


More information about the Digitalmars-d-learn mailing list