DIP-74 Reference Cycles

Martin Nowak via Digitalmars-d digitalmars-d at puremagic.com
Wed Jul 8 14:55:48 PDT 2015


On Wednesday, 8 July 2015 at 11:39:27 UTC, Per Nordlöw wrote:
> I just read http://wiki.dlang.org/DIP74
>
> and I'm very excited about it :)
>
> What are the plans on making it handle RC-cycles using weak and 
> strong references?
>
> See also:
>
> https://en.wikipedia.org/wiki/Reference_counting#Dealing_with_reference_cycles

We're currently overhauling smart ptrs, like Unique and 
RefCounted.
Among others we'll add class support, rendering most of DIP74 
superfluous.


More information about the Digitalmars-d mailing list