From e7289d254f6ccf6580e6dccff0ab07e83944f468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Tue, 30 Sep 2014 21:48:45 +0200 Subject: [PATCH] Updated changelog with ticket #10520 --- doc/intrusive.qbk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/intrusive.qbk b/doc/intrusive.qbk index de7fb77..2c8fbc7 100644 --- a/doc/intrusive.qbk +++ b/doc/intrusive.qbk @@ -3766,7 +3766,8 @@ to be inserted in intrusive containers are allocated using `std::vector` or `std * Experimental version of node checkers, contributed by Matei David. Many thanks! * Implemented [@http://www.open-std.org/JTC1/sc22/WG21/docs/papers/2013/n3644.pdf N3644: Null Forward Iterators] from C++14. * Fixed bugs: - * [@https://github.com/boostorg/intrusive/pull/12 GitHub #12: ['Fix MSVC14 warning C4456: declaration of 'x_parent_right' hides previous local declaration]] + * [@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]] [endsect]