summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <doug.gregor@gmail.com>2004-01-20 16:28:00 +0000
committerDouglas Gregor <doug.gregor@gmail.com>2004-01-20 16:28:00 +0000
commit237e266cfa8fb85be4cef84be18fc72e4bd1e4a3 (patch)
treeb345291d262afdfd2ec3988444bee8a245ad5cda
parent5e688716257ad22c6bf2c995be45e100d8d65c52 (diff)
downloadboost-237e266cfa8fb85be4cef84be18fc72e4bd1e4a3.tar.gz
Removed deprecated Compose library
[SVN r21843]
-rw-r--r--index.htm6
-rw-r--r--libs/libraries.htm4
2 files changed, 5 insertions, 5 deletions
diff --git a/index.htm b/index.htm
index 3d91f22a03..e6e942000d 100644
--- a/index.htm
+++ b/index.htm
@@ -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.
diff --git a/libs/libraries.htm b/libs/libraries.htm
index 9c02b5872b..2613da7c4f 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -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