forked from boostorg/intrusive
Added compiler deprecation warning.
This commit is contained in:
@@ -49,6 +49,17 @@ compiler include path.
|
||||
|
||||
[endsect]
|
||||
|
||||
[section:tested_compilers Tested compilers]
|
||||
|
||||
[*Boost.Intrusive] has been tested on 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]
|
||||
|
||||
[endsect]
|
||||
|
||||
[section:intrusive_vs_nontrusive Intrusive and non-intrusive containers]
|
||||
@@ -4157,16 +4168,6 @@ to be inserted in intrusive containers are allocated using `std::vector` or `std
|
||||
|
||||
[endsect]
|
||||
|
||||
[section:tested_compilers Tested compilers]
|
||||
|
||||
[*Boost.Intrusive] has been tested on the following compilers/platforms:
|
||||
|
||||
* Visual >= 7.1
|
||||
* GCC >= 4.1
|
||||
* Intel 11
|
||||
|
||||
[endsect]
|
||||
|
||||
[section:references References]
|
||||
|
||||
* SGI's [@http://www.sgi.com/tech/stl/ STL Programmer's Guide].
|
||||
|
Reference in New Issue
Block a user