|
|
@@ -54,7 +54,9 @@ Metaprogramming</a><br>
|
|
|
<a href="#Memory">Memory</a><br>
|
|
|
<a href="#Parsing">Parsing</a><br>
|
|
|
<a href="#Miscellaneous">Miscellaneous</a><br>
|
|
|
- <a href="#workarounds">Broken compiler workarounds</a></p>
|
|
|
+ <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
|