DIP74: Reference Counted Class Objects
Andrei Alexandrescu via Digitalmars-d
digitalmars-d at puremagic.com
Thu Feb 26 14:02:51 PST 2015
On 2/26/15 2:01 PM, weaselcat wrote:
> On Thursday, 26 February 2015 at 21:50:56 UTC, Andrei Alexandrescu wrote:
>> http://wiki.dlang.org/DIP74 got to reviewable form. Please destroy and
>> discuss.
>>
>> Thanks,
>>
>> Andrei
>
>
> So is the end game of dip25 and dip74 to not have to wrap types you
> intend to manage with RC like C++ but just design the classes/structs
> themselves around being RCed from the start?
That is correct. Well as shown there are ways to design classes that
work both with RC and GC. -- Andrei
More information about the Digitalmars-d
mailing list