Added fixed bugs to changeset in container/interprocess/intrusive/move

[SVN r76579]
This commit is contained in:
Ion Gaztañaga
2012-01-18 20:49:00 +00:00
parent e060b47abc
commit 0475edde23

View File

@@ -588,11 +588,11 @@ use [*Boost.Container]? There are several reasons for that:
[section:release_notes_boost_1_49_00 Boost 1.49 Release]
* Fixed bugs
[@https://svn.boost.org/trac/boost/ticket/6205 #6205],
[@https://svn.boost.org/trac/boost/ticket/6287 #6287],
[@https://svn.boost.org/trac/boost/ticket/4383 #4383],
[@https://svn.boost.org/trac/boost/ticket/6336 #6336],
[@https://svn.boost.org/trac/boost/ticket/6335 #6335].
[@https://svn.boost.org/trac/boost/ticket/6335 #6335],
[@https://svn.boost.org/trac/boost/ticket/6287 #6287],
[@https://svn.boost.org/trac/boost/ticket/6205 #6205],
[@https://svn.boost.org/trac/boost/ticket/4383 #4383].
* Added `allocator_traits` support for both C++11 and C++03
compilers through an internal `allocator_traits` clone.