mirror of
https://github.com/boostorg/boost.git
synced 2025-04-13 08:33:00 +00:00
added numeric_traits_tests.cpp, fixed failures with Comeau C++/strict mode
[SVN r8720]
This commit is contained in:
parent
bf71511f04
commit
fa7bda63c5
1 changed files with 13 additions and 5 deletions
|
@ -8,7 +8,7 @@ Compiler Status: linux
|
|||
<h1><img border border="0" src="../c++boost.gif" width="277" height="86"></h1>
|
||||
<h1>Compiler Status: linux</h1>
|
||||
|
||||
<p><b>Run Date:</b> 21 Jan 2001 20:37 GMT</p>
|
||||
<p><b>Run Date:</b> 22 Jan 2001 20:58 GMT</p>
|
||||
<p><b>System Configuration:</b> Linux 2.2.13 (CPU: i686)</p>
|
||||
<p>
|
||||
<table border="1" cellspacing="0" cellpadding="5">
|
||||
|
@ -42,7 +42,7 @@ Compiler Status: linux
|
|||
<td>Pass</td>
|
||||
<td>Pass</td>
|
||||
<td>Pass</td>
|
||||
<td><font color="#FF0000">Fail</font></td>
|
||||
<td>Pass</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="../libs/concept_check/class_concept_check_test.cpp">libs/concept_check/class_concept_check_test.cpp</a></td>
|
||||
|
@ -50,7 +50,7 @@ Compiler Status: linux
|
|||
<td>Pass</td>
|
||||
<td>Pass</td>
|
||||
<td>Pass</td>
|
||||
<td><font color="#FF0000">Fail</font></td>
|
||||
<td>Pass</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="../libs/concept_check/concept_check_fail_expected.cpp">libs/concept_check/concept_check_fail_expected.cpp</a></td>
|
||||
|
@ -98,7 +98,7 @@ Compiler Status: linux
|
|||
<td>Pass</td>
|
||||
<td>Pass</td>
|
||||
<td>Pass</td>
|
||||
<td><font color="#FF0000">Fail</font></td>
|
||||
<td>Pass</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="../libs/integer/cstdint_test.cpp">libs/integer/cstdint_test.cpp</a></td>
|
||||
|
@ -274,7 +274,7 @@ Compiler Status: linux
|
|||
<td>Pass</td>
|
||||
<td>Pass</td>
|
||||
<td>Pass</td>
|
||||
<td><font color="#FF0000">Fail</font></td>
|
||||
<td>Pass</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="../libs/utility/iter_adaptor_fail_expected1.cpp">libs/utility/iter_adaptor_fail_expected1.cpp</a></td>
|
||||
|
@ -317,6 +317,14 @@ Compiler Status: linux
|
|||
<td><font color="#FF0000">Fail</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="../libs/utility/numeric_traits_test.cpp">libs/utility/numeric_traits_test.cpp</a></td>
|
||||
<td>run</td>
|
||||
<td>Pass</td>
|
||||
<td><font color="#FF0000">Fail</font></td>
|
||||
<td>Pass</td>
|
||||
<td><font color="#FF0000">Fail</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="../libs/utility/operators_test.cpp">libs/utility/operators_test.cpp</a></td>
|
||||
<td>run</td>
|
||||
<td>Pass</td>
|
||||
|
|
Loading…
Add table
Reference in a new issue