DIP74: Reference Counted Class Objects
Andrei Alexandrescu via Digitalmars-d
digitalmars-d at puremagic.com
Wed Mar 4 10:59:53 PST 2015
On 3/4/15 10:48 AM, bitwise wrote:
> After looking at DIP74, it seems that there is no way to create a weak
> reference to a ref counted object, but is not explicitly stated. Has
> this idea been considered at all?
DIP74 aims at not disallowing weak references whilst leaving it to
libraries to effect implementations, but we'd need a proof of concept
implementation to make sure DIP74 is enough as is. -- Andrei
More information about the Digitalmars-d
mailing list