diff --git a/doc/intrusive.qbk b/doc/intrusive.qbk index cb76699..3363113 100644 --- a/doc/intrusive.qbk +++ b/doc/intrusive.qbk @@ -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].