From e1b42600c7b97179a6bae1c5fc58d9df376243ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Wed, 1 Oct 2014 00:05:14 +0200 Subject: [PATCH] Updated changelog with #10469 --- doc/intrusive.qbk | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/intrusive.qbk b/doc/intrusive.qbk index 2c8fbc7..dcf97d3 100644 --- a/doc/intrusive.qbk +++ b/doc/intrusive.qbk @@ -3768,6 +3768,7 @@ to be inserted in intrusive containers are allocated using `std::vector` or `std * Fixed bugs: * [@https://github.com/boostorg/intrusive/pull/12 GitHub Pull #12: ['Fix MSVC14 warning C4456: declaration of 'x_parent_right' hides previous local declaration]] * [@https://svn.boost.org/trac/boost/ticket/10520 Boost Trac #10520: ['Conversion warning in intrusive/detail/utilities.hpp]] + * [@https://svn.boost.org/trac/boost/ticket/10469 Boost Trac #10469: ['Erasing from intrusive unordered_multiset with optimize_multikey goes into an infinite loop]] [endsect]