Safe reference counting cannot be implemented as a library

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Tue Oct 27 14:50:14 PDT 2015


On 10/27/2015 05:26 PM, rsw0x wrote:
> It has been a great success for Rust, I rarely ever see RC used anywhere
> in Rust code thanks to borrowing. The new C++ core guidelines are also
> heavily based on this cf. *_view types in GSL.

You can safely ignore the C++ part, the views are unsafe. I'd appreciate 
if you backed up your claim on Rust. -- Andrei


More information about the Digitalmars-d mailing list