Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r56831 - branches/release/libs/multi_index/doc
From: joaquin_at_[hidden]
Date: 2009-10-14 12:13:13


Author: joaquin
Date: 2009-10-14 12:13:13 EDT (Wed, 14 Oct 2009)
New Revision: 56831
URL: http://svn.boost.org/trac/boost/changeset/56831

Log:
merged [56829] from trunk
Text files modified:
   branches/release/libs/multi_index/doc/compiler_specifics.html | 38 ++++++++++++++++----------------------
   1 files changed, 16 insertions(+), 22 deletions(-)

Modified: branches/release/libs/multi_index/doc/compiler_specifics.html
==============================================================================
--- branches/release/libs/multi_index/doc/compiler_specifics.html (original)
+++ branches/release/libs/multi_index/doc/compiler_specifics.html 2009-10-14 12:13:13 EDT (Wed, 14 Oct 2009)
@@ -92,7 +92,7 @@
 
 <p>
 Currently, Boost.MultiIndex cannot be used with any of BCB 6.4 up to BCB 2006
-and CodeGear C++Builder 2009.
+and CodeGear C++Builder 2010.
 The number of problems encountered during the tests makes it unlikely that
 future versions of the library can be made to work under these compilers.
 </p>
@@ -126,17 +126,17 @@
 No problems have been detected with several versions of this compiler
 starting from 3.2. The following versions have been explicitly tested:
 <ul>
- <li>GCC 3.4.3 under Linux x86-64, </li>
- <li>GCC 3.4.6 under Linux, </li>
- <li>GCC 4.0.1 under Linux x86-64, (Apple Computer, Inc. build 5370), (Apple Inc. build 5465) and (Apple Inc. build 5488) under Mac OS,</li>
- <li>GCC 4.1.2 20070115 (prerelease) (SUSE Linux) and 20080704 (Red Hat 4.1.2-44) under Linux x86-64,</li>
- <li>GCC 4.2.1 under Linux x86-64, 20070719 [FreeBSD] under FreeBSD, (Apple Inc. build 5564) under Mac OS,</li>
- <li>GCC 4.2.4 under Linux x86-64, </li>
- <li>GCC 4.3.2 under Linux and Linux x86-64, </li>
- <li>GCC 4.3.3 under Linux x86-64 and MinGW, </li>
+ <li>GCC 3.4.3 under Linux x86-64,</li>
+ <li>GCC 4.0.1 (Apple Computer, Inc. build 5370), (Apple Inc. build 5490), (Apple Inc. build 5493) under Mac OS,</li>
+ <li>GCC 4.1.2 20080704 (Red Hat 4.1.2-44) under Linux x86-64,</li>
+ <li>GCC 4.2.1 20070719 [FreeBSD] under FreeBSD,</li>
+ <li>GCC 4.2.4 under Linux x86-64,</li>
+ <li>GCC 4.3.2 under Linux x86-64,</li>
+ <li>GCC 4.3.3 under Linux x86-64,</li>
   <li>GCC 4.3.3 gnu++0x under Linux x86-64,</li>
- <li>GCC 4.4.0 under Linux x86-64 and MinGW, </li>
- <li>GCC 4.4.0 gnu++0x under Linux x86-64.</li>
+ <li>GCC 4.3.4 under Linux x86-64,</li>
+ <li>GCC 4.4.1 under Linux, Linux x86-64 and MinGW,</li>
+ <li>GCC 4.4.1 gnu++0x under Linux x86-64 and MinGW.</li>
 </ul>
 Boost.MultiIndex does not work with versions 3.1 and prior of GCC.
 </p>
@@ -252,7 +252,7 @@
 
 <p>
 No problems have been detected with this compiler.
-Last tested for compiler versions 9.0 to 11.0.
+Last tested for compiler versions 10.0 to 11.1.
 </p>
 
 <h2><a name="intel_91_mac">Intel C++ Compiler for Mac OS 9.1 and later</a></h2>
@@ -680,20 +680,14 @@
 
 <p>
 No problems have been detected with this compiler, both in 32-bit and 64-bit modes.
-Last tested for compiler versions 9.0 and 10.0.
+Last tested for compiler versions 8.0 to 10.0.
 </p>
 
 <h2><a name="sun_10">Sun Studio 10 and later for Solaris</a></h2>
 
 <p>
-No problems have been detected with this platform. The exact compiler versions
-tested were:
-<ul>
- <li>Sun C++ 5.7 Patch 117830-07 2006/03/15 (Sun Studio 10),</li>
- <li>Sun C++ 5.8 Patch 121017-09 2007/01/17 (Sun Studio 11),</li>
- <li>Sun C++ 5.9 (Sun Studio 12).</li>
-</ul>
-
+No problems have been detected with this platform. Last tested for compiler version
+Sun C++ 5.10 (Sun Studio 12 Update 1).
 The option <code>-library=stlport4</code> was used to replace the default
 standard library with STLport.
 </p>
@@ -1118,7 +1112,7 @@
 
 <br>
 
-<p>Revised July 21st 2009</p>
+<p>Revised October 14th 2009</p>
 
 <p>&copy; Copyright 2003-2009 Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz.
 Distributed under the Boost Software


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk