added VisualAge 6.0 for AIX

[SVN r23133]
This commit is contained in:
Joaquín M. López Muñoz 2004-06-21 07:07:45 +00:00
parent 59189f7d82
commit 9690285d02

View File

@ -38,6 +38,7 @@ Boost Compiler Status Summary</a>.
<li><a href="#bcb_64">Borland C++ Builder 6.4</a></li>
<li><a href="#comeau_433_win">Comeau C/C++ 4.3.3 for Windows</a></li>
<li><a href="#gcc_32">GNU GCC 3.2 and later</a></li>
<li><a href="#va_60">IBM VisualAge C++ V6.0 for AIX</a></li>
<li><a href="#intel_7_8_lin">Intel C++ Compiler for Linux 7.1/8.0</a></li>
<li><a href="#intel_7_win">Intel C++ Compiler for Windows 32-bit 7.0/7.1</a></li>
<li><a href="#intel_7_win_stlport_452">Intel C++ Compiler for Windows 32-bit 7.1 + STLport 4.5.2</a></li>
@ -81,6 +82,19 @@ starting from 3.2. The following versions have been explicitly tested:
</ul>
</p>
<h2><a name="va_60">IBM VisualAge C++ V6.0 for AIX</a></h2>
<p>
<a href="reference/key_extraction.html#member"><code>member</code></a> not supported,
replace with
<a href="reference/key_extraction.html#member_offset"><code>member_offset</code></a> or
use the cross-platform macro
<a href="reference/key_extraction.html#boost_multi_index_member">
<code>BOOST_MULTI_INDEX_MEMBER</code></a>. The compiler emits warnings about the
use of <code>offsetof</code> with non-POD types: these warnings can be suppressed
by setting the compiler option <code>-qsuppress=1540-1281</code>.
</p>
<h2><a name="intel_7_8_lin">Intel C++ Compiler for Linux 7.1/8.0</a></h2>
<p>
@ -380,7 +394,7 @@ Performance
<br>
<p>Revised June 15th 2004</p>
<p>Revised June 21st 2004</p>
<p>&copy; Copyright 2003-2004 Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz.
Distributed under the Boost Software