Removed deprecated Compose library

[SVN r21843]
This commit is contained in:
Douglas Gregor 2004-01-20 16:28:00 +00:00
parent 5e68871625
commit 237e266cfa
2 changed files with 5 additions and 5 deletions

View file

@ -119,6 +119,10 @@
</center>
<!-- Search Google -->
<h2><a name="Latest News">Latest News</a></h2>
<p> ??? - Version 1.3?.?</p>
<ul>
<li>Compose: This deprecated library has been removed.</li>
</ul>
<p>January 26, 2004 - Version 1.31.0</p>
<ul>
<li>
@ -170,7 +174,7 @@
Date Time Change History</a>
for details.
<li>
<a href="libs/compose/index.htm">Compose</a>: This library has been deprecated
Compose: This library has been deprecated
and will be removed in a future release. Use <a href="libs/bind/bind.html">Bind</a>
or <a href="libs/lambda/doc/index.html">Lambda</a>
instead.

View file

@ -78,8 +78,6 @@ how to download, build, and install the libraries.</p>
<li><a href="compatibility/index.html">compatibility</a> - Help for
non-conforming standard libraries, from Ralf Grosse-Kunstleve and Jens
Maurer.</li>
<li><a href="compose/index.htm">compose</a> - DEPRECATED: Functional
composition adapters for the STL, from Nicolai Josuttis.</li>
<li><a href="utility/compressed_pair.htm">compressed_pair</a>
- Empty member optimization, from John Maddock, Howard
Hinnant, et al.</li>
@ -273,8 +271,6 @@ how to download, build, and install the libraries.</p>
<ul>
<li><a href="bind/bind.html">bind</a> and <a href="bind/mem_fn.html"> mem_fn</a> - Generalized binders for function/object/pointers and member functions, from Peter Dimov.</li>
<li><a href="compose/index.htm">compose</a> - DEPRECATED: Functional
composition adapters for the STL, from Nicolai Josuttis.</li>
<li><a href="function/index.html">function</a> - Function object wrappers
for deferred calls or callbacks, from Doug Gregor.</li>
<li><a href="functional/index.html">functional</a> - Enhanced