Add a history item for the N1450 formal proposal

This commit is contained in:
Peter Dimov
2017-06-13 01:45:18 +03:00
parent f90b418460
commit 65e616c90b

View File

@@ -71,6 +71,12 @@ Greg Colvin, Beman Dawes, Rainer Deyke, Peter Dimov, John Maddock, Vladimir Prus
Peter Dimov reworked all four classes, adding features, fixing bugs, splitting them into four separate headers, and adding Peter Dimov reworked all four classes, adding features, fixing bugs, splitting them into four separate headers, and adding
`weak_ptr`. `weak_ptr`.
## March 2003
Peter Dimov, Beman Dawes and Greg Colvin http://open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1450.html[proposed] `shared_ptr`
and `weak_ptr` for inclusion in the Standard Library via the first Library Technical Report (known as TR1). The proposal was
accepted and eventually went on to become a part of the {cpp} standard in its 2011 iteration.
## November 2012 ## November 2012
Glen Fernandes provided implementations of `make_shared` and `allocate_shared` for arrays. They achieve a single allocation Glen Fernandes provided implementations of `make_shared` and `allocate_shared` for arrays. They achieve a single allocation