From 3afe49245fc18b54f3967b06a61a62e9d75d12f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sat, 10 Nov 2018 10:46:56 +0100 Subject: [PATCH] Updated changelog with deprectation and Pull #86 --- doc/container.qbk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/container.qbk b/doc/container.qbk index 66ba429..14070de 100644 --- a/doc/container.qbk +++ b/doc/container.qbk @@ -77,7 +77,8 @@ instructions, that's already been done for you. * Visual C++ >= 7.1. * GCC >= 4.1. -* Intel C++ >= 9.0 + +[warning GCC < 4.3 and MSVC < 9.0 are deprecated and will be removed in the next version.] [endsect] @@ -1242,6 +1243,8 @@ use [*Boost.Container]? There are several reasons for that: [section:release_notes_boost_1_69_00 Boost 1.69 Release] +* Deprecated GCC < 4.3 and MSVC < 9.0 (Visual 2008) compilers. + * Implemented C++20 `contains()` for associative containers as specified in [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0458r2.html P0458R2: Checking for Existence of an Element in Associative Containers]. @@ -1250,6 +1253,7 @@ use [*Boost.Container]? There are several reasons for that: * Fixed bugs: * [@https://github.com/boostorg/container/issues/82 GitHub #82: ['"Function definition in header file"]]. + * [@https://github.com/boostorg/container/pull/86 GitHub #86: ['"Add missing warning re-enabling include"]]. [endsect]