SmartRef: The Smart Pointer In D

Swoorup Joshi via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Fri Jan 13 18:20:43 PST 2017


On Saturday, 14 January 2017 at 02:05:11 UTC, nbro wrote:
> On Friday, 13 January 2017 at 16:50:37 UTC, Dsby wrote:
>> I write the ref count pointer and the scoped point in D.
>> it just Like cpp's shared_ptr , waek_ptr and unique_ptr .
>> Now, it is  Developing.
>> I will write more test before the frist release.
>> And the docs is null.
>> It on github: https://github.com/huntlabs/SmartRef
>
> What's would be the advantages of smart pointers in D?

Simple, Same Advantages you would get with C++ smart pointers.


More information about the Digitalmars-d-announce mailing list