Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / smart_ptr / doc / smart_ptr / changelog.adoc
1 ////
2 Copyright 2019 Peter Dimov
3
4 Distributed under the Boost Software License, Version 1.0.
5
6 See accompanying file LICENSE_1_0.txt or copy at
7 http://www.boost.org/LICENSE_1_0.txt
8 ////
9
10 [#changelog]
11 # Revision History
12 :toc:
13 :toc-title:
14 :idprefix: changelog_
15
16 ## Changes in 1.72.0
17
18 * Added `allocate_unique`
19
20 ## Changes in 1.71.0
21
22 * Added aliasing constructors to `weak_ptr`
23 * Added `weak_ptr<T>::empty()`
24 * Added `enable_shared_from`, `shared_from`, and `weak_from`
25
26 ## Changes in 1.65.0
27
28 * Added `atomic_shared_ptr`
29 * Added `local_shared_ptr`, `make_local_shared`