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]