$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [shared_array] Why not in C++11 ?
From: Sid Sacek (ssacek_at_[hidden])
Date: 2013-07-05 19:54:03
>> Really? scoped_ptr, scoped_array and intrusive_ptr are part of the standard?
I understand 'unique_ptr' is 'scoped_ptr' with just another name. And I can understand why 'intrusive_ptr' didn't get standardized, it's too specialized.