Added compiler deprecation warning.

This commit is contained in:
Ion Gaztañaga
2018-11-10 11:00:57 +01:00
parent 2ab3421b17
commit c02f485281

View File

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