1
0
forked from boostorg/move

Added deprecation warning for GCC < 4.3 & MSVC < 9.0

This commit is contained in:
Ion Gaztañaga
2018-11-10 10:49:33 +01:00
parent 3ce9452f93
commit 1decc552eb

View File

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