
6 Jul
2013
6 Jul
'13
1:48 a.m.
On Fri, Jul 5, 2013 at 4:24 PM, Jonathan Wakely <jwakely.boost@kayari.org>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