General Problems for GC'ed Applications?
Walter Bright
newshound at digitalmars.com
Sun Jul 23 11:11:19 PDT 2006
Andrew Fedoniouk wrote:
> Yes, D does not allow you to use smart pointers/reference counting
> (as a memory management technic) but this is not a principal
> problem and I beleive will be implemented in D one day.
You can do reference counting in D programming, you just have to do it
manually (I've been doing it manually for years, it isn't that bad).
More information about the Digitalmars-d
mailing list