From 59d31fefe73189c6e11c38b7ec1a57a670a2be46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sun, 3 Aug 2014 10:14:55 +0200 Subject: [PATCH] Backport changes to 1.56 as some of them are needed to avoid a broken release on 1.56. --- doc/intrusive.qbk | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/doc/intrusive.qbk b/doc/intrusive.qbk index 913b6dd..ec6513e 100644 --- a/doc/intrusive.qbk +++ b/doc/intrusive.qbk @@ -3761,13 +3761,6 @@ to be inserted in intrusive containers are allocated using `std::vector` or `std [section:release_notes Release Notes] -[section:release_notes_boost_1_57_00 Boost 1.57 Release] - -* Fixed bugs: - * [@https://github.com/boostorg/intrusive/pull/12 GitHub #12: ['Fix MSVC14 warning C4456: declaration of 'x_parent_right' hides previous local declaration]] - -[endsect] - [section:release_notes_boost_1_56_00 Boost 1.56 Release] * Improved Doxygen generated reference and updated and fixed forward-declaration header. @@ -3787,6 +3780,7 @@ to be inserted in intrusive containers are allocated using `std::vector` or `std * [@https://svn.boost.org/trac/boost/ticket/9948 #9948: remove use of const_cast in intrusive containers] * [@https://svn.boost.org/trac/boost/ticket/9949 #9949: clear header node hooks upon intrusive container destruction] * [@https://svn.boost.org/trac/boost/ticket/9961 #9961: tests for hooks not derived frorm generic_hook] + * [@https://github.com/boostorg/intrusive/pull/12 GitHub #12: ['Fix MSVC14 warning C4456: declaration of 'x_parent_right' hides previous local declaration]] * Optimized tree rebalancing code to avoid redundant assignments.