Browse Source

Fix 1.20.2 boo-boos

[SVN r9072]
Beman Dawes 25 năm trước cách đây
mục cha
commit
0a9be37609
2 tập tin đã thay đổi với 12 bổ sung16 xóa
  1. 1 1
      index.htm
  2. 11 15
      status/compiler_status.html

+ 1 - 1
index.htm

@@ -54,7 +54,6 @@ with any concerns you don't want to just post to the mailing list.</p>
 <h2>Latest News</h2>
 <p>February 10, 2001 - Version 1.20.2</p>
 <ul>
-  <li><a href="more/microsoft_vcpp.html">Portability Hints: Microsoft Visual C++</a> added.
   <li><a href="libs/array_traits/index.html">Array traits</a> minor portability fix.
   <li><a href="libs/graph/doc/table_of_contents.html">Graph Library</a> - Changes to <a href="libs/graph/doc/breadth_first_search.html">
         <tt>breadth_first_search()</tt></a> re: <a href="libs/graph/doc/BFSVisitor.html">BFSVisitor</a>,
@@ -66,6 +65,7 @@ with any concerns you don't want to just post to the mailing list.</p>
     class, added <a href="libs/graph/doc/filtered_graph.html"><tt>filtered_graph</tt></a>
     adaptor</li>
   <li><a href="libs/integer/index.htm">Integer Library:</a> minor fixes to integer.hpp and integer_test.cpp</li>
+  <li><a href="more/microsoft_vcpp.html">Portability Hints: Microsoft Visual C++</a> added.
   <li><a href="libs/random/index.html">Random Number Library</a>: Minor portability fixes
   <li><a href="libs/rational/index.html">Rational Number Library</a>: documentation updates,
 efficiency improvements, co-operates with user-defined types, regression tests

+ 11 - 15
status/compiler_status.html

@@ -10,23 +10,19 @@ content="text/html; charset=iso-8859-1">
 
 <body bgcolor="#FFFFFF" text="#000000">
 
-<table border="1" cellpadding="2" bgcolor="#007F7F">
-    <tr>
-        <td bgcolor="#FFFFFF"><img src="../c++boost.gif"
-        alt="c++boost.gif (8819 bytes)" width="277" height="86"></td>
-        <td><a href="../index.htm"><font color="#FFFFFF" size="4"
-        face="Arial,Helvetica">Home</font></a></td>
-        <td><a href="../libs/libraries.htm"><font color="#FFFFFF"
-        size="4" face="Arial,Helvetica" ">Libraries</font></a></td>
-        <td><a href="../people/people.htm"><font color="#FFFFFF"
-        size="4" face="Arial,Helvetica" ">People</font></a></td>
-        <td><a href="../more/faq.htm"><font color="#FFFFFF"
-        size="4" face="Arial,Helvetica" ">FAQ</font></a></td>
-        <td><a href="../more/index.htm"><font color="#FFFFFF"
-        size="4" face="Arial,Helvetica" ">More</font></a></td>
-    </tr>
+
+<table border="1" bgcolor="#007F7F" cellpadding="2">
+  <tr>
+    <td bgcolor="#FFFFFF"><img src="../c++boost.gif" alt="c++boost.gif (8819 bytes)" width="277" height="86"></td>
+    <td><a href="../index.htm"><font face="Arial" color="#FFFFFF"><big>Home</big></font></a></td>
+    <td><a href="../libs/libraries.htm"><font face="Arial" color="#FFFFFF"><big>Libraries</big></font></a></td>
+    <td><a href="../people/people.htm"><font face="Arial" color="#FFFFFF"><big>People</big></font></a></td>
+    <td><a href="../more/faq.htm"><font face="Arial" color="#FFFFFF"><big>FAQ</big></font></a></td>
+    <td><a href="../more/index.htm"><font face="Arial" color="#FFFFFF"><big>More</big></font></a></td>
+  </tr>
 </table>
 
+
 <h1>Compiler Status</h1>
 
 <p>Will all boost libraries work with your compiler?&nbsp;

粤ICP备19079148号