From 1decc552eb92ebd1e76e1b66cb4bf690c3384432 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sat, 10 Nov 2018 10:49:33 +0100 Subject: [PATCH] Added deprecation warning for GCC < 4.3 & MSVC < 9.0 --- doc/move.qbk | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/doc/move.qbk b/doc/move.qbk index 2766325..e75722d 100644 --- a/doc/move.qbk +++ b/doc/move.qbk @@ -18,10 +18,19 @@ ] ] -[important To be able to use containers of movable-only values you will need to use containers +[important To be able to use containers of movable-only values in C++03 mode you will need to use containers supporting move semantics, like [*Boost.Container] containers] -[note Tested compilers: MSVC-7.1, 8.0, 9.0, GCC 4.3-MinGW in C++03 and C++0x modes, Intel 10.1] +[section:tested_compilers Tested compilers] + +[*Boost.Move] has been tested in the following compilers/platforms: + +* Visual C++ >= 7.1. +* GCC >= 4.1. + +[warning GCC < 4.3 and MSVC < 9.0 are deprecated and will be removed in the next version.] + +[endsect] [section:what_is_boost_move What is Boost.Move?] @@ -795,6 +804,7 @@ Special thanks to: [section:release_notes_boost_1_69 Boost 1.69 Release] +* Deprecated GCC < 4.3 and MSVC < 9.0 (Visual 2008) compilers. * Fixed bugs: * [@https://github.com/boostorg/move/issues/15 Git Issue #19: ['"Compilation error with IBM xlC++ on AIX"]].