Boost logo

Boost :

Subject: Re: [boost] [shared_array] Why not in C++11 ?
From: Glen Fernandes (glen.fernandes_at_[hidden])
Date: 2013-07-05 21:48:58


On Fri, Jul 5, 2013 at 4:24 PM, Jonathan Wakely <jwakely.boost_at_[hidden]>wrote:
> Did anyone ever propose shared_array? If not, how is it supposed to
> become part of the standard?

boost::shared_array doesn't need to be part of the standard. The extensions
to boost::shared_ptr added in Boost 1.53.0 for array types (and the new
boost::allocate_shared and boost::make_shared for boost::shared_ptr of
array types) need to be part of the standard. :)

(boost::shared_ptr<T[]> has everything boost::shared_array<T> has, and
more).

Glen ---
  Software Developer at Microsoft working on distributed build systems,
  Contributor to Boost


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk