From 075fd78f196dd9c1bb8aeb7941edf6eca0c013a7 Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Sat, 22 Dec 2012 22:59:59 +0000 Subject: [PATCH] Website: Add entry for new feature in Smart Pointers. [SVN r82174] --- feed/history/boost_1_53_0.qbk | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/feed/history/boost_1_53_0.qbk b/feed/history/boost_1_53_0.qbk index aadd636e..a5255008 100644 --- a/feed/history/boost_1_53_0.qbk +++ b/feed/history/boost_1_53_0.qbk @@ -71,7 +71,16 @@ * [phrase library..[@/libs/regex/ Regex]:] Fixed Issues: [@https://svn.boost.org/trac/boost/ticket/7744 #7744], [@https://svn.boost.org/trac/boost/ticket/7644 #7644]. - +* [phrase library..[@/libs/smart_ptr/ Smart Pointers]:] + * [*New Features:] + * Glen Fernandes provided implementations of make_shared and + allocate_shared for arrays. They achieve a single allocation for an + array that can be initialized with constructor arguments or + initializer lists as well as overloads for default initialization and no + value initialization. See the + '[@/libs/smart_ptr/make_shared_array.html make_shared and allocate_shared for arrays]' + page for more information. + * [phrase library..[@/libs/thread/ Thread]:] * [*Breaking changes:] * BOOST_THREAD_VERSION==3 by default since Boost 1.53. So that all the deprecated features since 1.50 are not included by default. You can change this by setting the appropriated define (see Configuration section).