mirror of
https://github.com/boostorg/move.git
synced 2025-08-02 21:54:26 +02:00
Added deprecation warning for GCC < 4.3 & MSVC < 9.0
This commit is contained in:
14
doc/move.qbk
14
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]
|
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?]
|
[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]
|
[section:release_notes_boost_1_69 Boost 1.69 Release]
|
||||||
|
|
||||||
|
* Deprecated GCC < 4.3 and MSVC < 9.0 (Visual 2008) compilers.
|
||||||
* Fixed bugs:
|
* Fixed bugs:
|
||||||
* [@https://github.com/boostorg/move/issues/15 Git Issue #19: ['"Compilation error with IBM xlC++ on AIX"]].
|
* [@https://github.com/boostorg/move/issues/15 Git Issue #19: ['"Compilation error with IBM xlC++ on AIX"]].
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user