diff --git a/doc/container.qbk b/doc/container.qbk index edea372..0e1d73d 100644 --- a/doc/container.qbk +++ b/doc/container.qbk @@ -1107,8 +1107,10 @@ use [*Boost.Container]? There are several reasons for that: * Fixed bugs: * [@https://svn.boost.org/trac/boost/ticket/9931 #9931: ['"flat_map::insert(ordered_unique_range_t...) fails with move_iterators"]] (reopened). * [@https://svn.boost.org/trac/boost/ticket/11076 #11076: ['"Unqualified calls to memmove/memcpy in container/detail/copy_move_algo.hpp"]]. - * [@https://svn.boost.org/trac/boost/ticket/10790 Trac #10790 (['long long errors from container"])]. - * [@https://svn.boost.org/trac/boost/ticket/10808 Trac #10808 (['compare equal operator of vector is broken"])]. + * [@https://svn.boost.org/trac/boost/ticket/10790 Trac #10790 (['"long long errors from container"])]. + * [@https://svn.boost.org/trac/boost/ticket/10808 Trac #10808 (['"compare equal operator of vector is broken"])]. + * [@https://svn.boost.org/trac/boost/ticket/10930 Trac #10930 (['"container std_fwd.hpp neglects custom std namespaces"])]. + * [@https://svn.boost.org/trac/boost/ticket/11139 Trac #11139 (['"boost::container::vector...>::const_iterator allows changing dereferenced elements"])]. * [*Source Breaking]: [classref boost::container::scoped_allocator_adaptor scoped_allocator_adaptor]'s `propagate_on_container_copy_assignment`, `propagate_on_container_move_assignment` and `propagate_on_container_swap` are no longer `::boost::integral_constant` types. The dependency reorganization needed to break