mirror of
https://github.com/boostorg/boost.git
synced 2025-04-04 21:15:01 +00:00
Link to tables, which are now on separate pages to ease automatic generation.
[SVN r7657]
This commit is contained in:
parent
cad8d04084
commit
01936c9bb1
1 changed files with 7 additions and 140 deletions
|
@ -32,9 +32,13 @@ compile at all with certain compilers or may have crippled functionality.
|
|||
Even if the current release of a compiler supports a boost library, older
|
||||
version of the compiler may not work properly.</p>
|
||||
<h2>Compiler Status Tables</h2>
|
||||
<ul>
|
||||
<li>Linux/x86</li>
|
||||
<li><a href="cs-win32.html">Windows NT / Windows 2000</a></li>
|
||||
</ul>
|
||||
<p>Boost releases are run through a regression test which automatically
|
||||
generates the following tables. Unless otherwise indicated, the C++ Standard
|
||||
Library implementation is the one shipped with the compiler.</p>
|
||||
generates the above tables. Unless otherwise indicated, the C++ Standard Library
|
||||
implementation is the one shipped with the compiler.</p>
|
||||
<p><b>Warning:</b> These tables are not a good indication of a particular
|
||||
compiler's compliance with the C++ Standard. The boost libraries often
|
||||
contain workarounds which mask compiler deficiencies.</p>
|
||||
|
@ -44,145 +48,8 @@ not executed or otherwise tested. Even the compilation results may be
|
|||
spurious; many negative results stem from problems with the immature test suite
|
||||
rather that with the library or compiler. Furthermore, some library tests
|
||||
have not yet been included.</p>
|
||||
<h3>Platform: Windows 2000</h3>
|
||||
<p>As of boost version 1.16.1</p>
|
||||
<table border="1" cellspacing="0" cellpadding="5">
|
||||
<tr>
|
||||
<td>Program</td>
|
||||
<td>Borland<br>
|
||||
BCC<br>
|
||||
5.4</td>
|
||||
<td>Borland<br>
|
||||
BCC<br>
|
||||
5.5</td>
|
||||
<td>Metrowerks<br>
|
||||
CodeWarrior<br>
|
||||
5.3</td>
|
||||
<td>Microsoft<br>
|
||||
VC++<br>
|
||||
6.0 SP3</td>
|
||||
<td>Microsoft<br>
|
||||
VC++<br>
|
||||
6.0 SP3<br>
|
||||
STLport<br>
|
||||
3.2.1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="config/config_test.cpp">config/config_test.cpp</a></td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="functional/function_test.cpp">functional/function_test.cpp</a></td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>no</td>
|
||||
<td>yes</td>
|
||||
<td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="integer/cstdint_test.cpp">integer/cstdint_test.cpp</a></td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="integer/integer_test.cpp">integer/integer_test.cpp</a></td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="integer/integer_traits_test.cpp">integer/integer_traits_test.cpp</a></td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="rational/rational_example.cpp">rational/rational_example.cpp</a></td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="random/random_test.cpp">random/random_test.cpp</a></td>
|
||||
<td>no</td>
|
||||
<td>yes</td>
|
||||
<td>no</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="random/random_demo.cpp">random/random_demo.cpp</a></td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>no</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="smart_ptr/smart_ptr_test.cpp">smart_ptr/smart_ptr_test.cpp</a></td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="utility/call_traits_test.cpp">utility/call_traits_test.cpp</a></td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>no</td>
|
||||
<td>no</td>
|
||||
<td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="utility/cast_test.cpp">utility/cast_test.cpp</a></td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="utility/iterators_test.cpp">utility/iterators_test.cpp</a></td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="utility/operators_test.cpp">utility/operators_test.cpp</a></td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="utility/type_traits_test.cpp">utility/type_traits_test.cpp</a></td>
|
||||
<td>no</td>
|
||||
<td>no</td>
|
||||
<td>no</td>
|
||||
<td>no</td>
|
||||
<td>no</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
<hr>
|
||||
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->05 July 2000<!--webbot bot="Timestamp" endspan i-checksum="18764" --></p>
|
||||
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->27 July 2000<!--webbot bot="Timestamp" endspan i-checksum="18770" --></p>
|
||||
|
||||
</body>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue