Plan for D

Ola Fosheim Grostad ola.fosheim.grostad at gmail.com
Sat May 22 16:21:06 UTC 2021


On Saturday, 22 May 2021 at 16:12:12 UTC, IGotD- wrote:
> Not dealing with several MM containers like C++ (unique_ptr, 
> shared_ptr, atomic_shared_ptr)

Ok, so mean smart pointers. Never had a single issue with this. 
They are owning pointers, usually encapsulated as private class 
members. You typically don't pass them around much, and they are 
usually unique_ptrs unless the design is a mess. What you pass 
around are mostly views or borrowed pointers?



More information about the Digitalmars-d mailing list