C++17

deadalnix via Digitalmars-d digitalmars-d at puremagic.com
Tue Jan 26 01:33:22 PST 2016


On Tuesday, 26 January 2016 at 09:16:47 UTC, Ola Fosheim Grøstad 
wrote:
> Would it be possible to make a fully compatible 
> unique_ptr/shared_ptr solution that acts as the default memory 
> management scheme in D within 6 months?
>

No that would be stupid to make that the default as it is unsafe.

Now if one want to use that, D is very capable of doing it 
already. Just won't make it the default (like it is not the 
default in C++ either).

People that don't switch because of this aren't going to swicth 
if it is added as it's already in.



More information about the Digitalmars-d mailing list