Subject: Re: [boost] [shared_array] Why not in C++11 ?
From: Jonathan Wakely (jwakely.boost_at_[hidden])
Date: 2013-07-05 19:24:55


On 5 July 2013 23:41, Sid Sacek wrote:
> Does anyone know why 'boost::shared_array<>' was not made part of C++11, since pretty much all the other smart pointers were?

Really? scoped_ptr, scoped_array and intrusive_ptr are part of the standard?

Did anyone ever propose shared_array? If not, how is it supposed to
become part of the standard?