Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82174 - website/public_html/live/feed/history
From: glenfe_at_[hidden]
Date: 2012-12-22 17:59:59


Author: glenfe
Date: 2012-12-22 17:59:59 EST (Sat, 22 Dec 2012)
New Revision: 82174
URL: http://svn.boost.org/trac/boost/changeset/82174

Log:
Website: Add entry for new feature in Smart Pointers.

Text files modified:
   website/public_html/live/feed/history/boost_1_53_0.qbk | 11 ++++++++++-
   1 files changed, 10 insertions(+), 1 deletions(-)

Modified: website/public_html/live/feed/history/boost_1_53_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_53_0.qbk (original)
+++ website/public_html/live/feed/history/boost_1_53_0.qbk 2012-12-22 17:59:59 EST (Sat, 22 Dec 2012)
@@ -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).


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk