2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-29 20:12:14 +00:00

Website: Add entry for new feature in Smart Pointers.

[SVN r82174]
This commit is contained in:
Glen Fernandes
2012-12-22 22:59:59 +00:00
parent 46f30e11b1
commit 075fd78f19

View File

@@ -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).