From 690bb0a852c84bd9ac2f3fa18967b159afce73b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Mon, 8 Apr 2019 00:30:28 +0200 Subject: [PATCH] Update changelog for 1.71 --- doc/container.qbk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/container.qbk b/doc/container.qbk index bfd8d4e..53d62e5 100644 --- a/doc/container.qbk +++ b/doc/container.qbk @@ -1241,6 +1241,13 @@ use [*Boost.Container]? There are several reasons for that: [section:release_notes Release Notes] +[section:release_notes_boost_1_71_00 Boost 1.71 Release] + + * [@https://github.com/boostorg/container/pull/109 GitHub #109: ['"Get rid of integer overflow in copy_move_algo.hpp (-fsanitize=integer)"]]. + * [@https://github.com/boostorg/container/issues/112 GitHub #112: ['"vector::resize() compilation error with msvc-10..12: data is not a member of boost::detail::aligned_storage"]]. + +[endsect] + [section:release_notes_boost_1_70_00 Boost 1.70 Release] * Removed support for already deprecated GCC < 4.3 and MSVC < 9.0 (Visual 2008) compilers.