diff --git a/doc/container.qbk b/doc/container.qbk index dd85891..3561caf 100644 --- a/doc/container.qbk +++ b/doc/container.qbk @@ -1213,6 +1213,16 @@ use [*Boost.Container]? There are several reasons for that: [section:release_notes Release Notes] +[section:release_notes_boost_1_63_00 Boost 1.63 Release] + +* Fixed bugs: + * [@https://svn.boost.org/trac/boost/ticket/12577 Trac #12577: ['"Null reference in pair.hpp triggers runtime warning with -fsanitize=undefined"]]. + * [@https://github.com/boostorg/container/pull/41 GitHub #40: ['Fix parameter types in copy_move_algo.hpp: iterator_traits::difference_type -> allocator_traits::size_type]]. + * [@https://github.com/boostorg/container/pull/41 GitHub #41: ['Avoid -Wunreachable-code in do_allocate()]]. + +[endsect] + +https://svn.boost.org/trac/boost/ticket/12577#comment:1 [section:release_notes_boost_1_62_00 Boost 1.62 Release] * Fixed bugs: