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"]].