Просмотр исходного кода

Removed deprecated Compose library

[SVN r21843]
Douglas Gregor 22 лет назад
Родитель
Сommit
237e266cfa
2 измененных файлов с 5 добавлено и 5 удалено
  1. 5 1
      index.htm
  2. 0 4
      libs/libraries.htm

+ 5 - 1
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.

+ 0 - 4
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

粤ICP备19079148号