Browse Source

Added message about Boost.Compose being retired

[SVN r24959]
Daryle Walker 21 years ago
parent
commit
bf244eca9e
1 changed files with 17 additions and 4 deletions
  1. 17 4
      libs/libraries.htm

+ 17 - 4
libs/libraries.htm

@@ -54,7 +54,9 @@ Metaprogramming</a><br>
 &nbsp;&nbsp;&nbsp;&nbsp; <a href="#Memory">Memory</a><br>
 &nbsp;&nbsp;&nbsp;&nbsp; <a href="#Parsing">Parsing</a><br>
 &nbsp;&nbsp;&nbsp;&nbsp; <a href="#Miscellaneous">Miscellaneous</a><br>
-&nbsp;&nbsp;&nbsp;&nbsp; <a href="#workarounds">Broken compiler workarounds</a></p>
+&nbsp;&nbsp;&nbsp;&nbsp; <a href="#workarounds">Broken compiler workarounds</a><br>
+<a href="#Removed">Libraries Retired from Boost<br>
+</a></p>
 
 <p>See <a href="../status/compiler_status.html">Compiler Status</a>
  page to find out what library works with which compiler.<br>
@@ -121,7 +123,7 @@ how to download, build, and install the libraries.</p>
     <li><a href="iterator/doc/index.html">iterators</a> - Iterator
         construction framework, adaptors, concepts, and more, from Dave
         Abrahams, Jeremy Siek, and Thomas Witt.</li>
-    <li><a href="lambda/doc/index.html">lambda</a> - Define small unnamed 
+    <li><a href="lambda/index.html">lambda</a> - Define small unnamed 
     function objects at the actual call site, and more, from Jaakko Järvi and 
     Gary Powell.</li>
     <li><a href="math/doc/index.html">math</a> - Several contributions in the 
@@ -306,7 +308,7 @@ how to download, build, and install the libraries.</p>
       for deferred calls or callbacks, from Doug Gregor.</li>
     <li><a href="functional/index.html">functional</a> - Enhanced
         function object adaptors, from Mark Rodgers.</li>
-    <li><a href="lambda/doc/index.html">lambda</a> - Define small unnamed 
+    <li><a href="lambda/index.html">lambda</a> - Define small unnamed 
     function objects at the actual call site, and more, from Jaakko Järvi and 
     Gary Powell.</li>
 
@@ -529,9 +531,20 @@ of arbitrary data for persistence and marshalling</li>
 
 <hr>
 
+<h2>Libraries <a name="Removed">Retired</a> by Boost</h2>
+
+<ul>
+    <li>compose - Functional composition adapters for the STL,
+        from Nicolai Josuttis.  Removed in Boost version 1.32.
+        Please use <a href="bind/bind.html">Bind</a> or <a
+        href="lambda/index.html">Lambda</a> instead.</li>
+</ul>
+
+<hr>
+
 <p>Revised 
 <!--webbot bot="Timestamp" s-type="EDITED"
-s-format="%d %b %Y" startspan -->03 April 2004<!--webbot bot="Timestamp" endspan i-checksum="14890" --></p>
+s-format="%d %b %Y" startspan -->07 September 2004<!--webbot bot="Timestamp" endspan i-checksum="14890" --></p>
 
 <p>© Copyright Beman Dawes 2000-2004</p>
 <p>Use, modification, and distribution are subject to the Boost Software 

粤ICP备19079148号