Selaa lähdekoodia

Add functional/forward and functional/factory.

[SVN r61766]
Daniel James 16 vuotta sitten
vanhempi
sitoutus
839ac43d92
3 muutettua tiedostoa jossa 12 lisäystä ja 1 poistoa
  1. 4 1
      index.html
  2. 6 0
      libs/libraries.htm
  3. 2 0
      libs/maintainers.txt

+ 4 - 1
index.html

@@ -55,7 +55,10 @@
 
   <h3>Changes in this release</h3>
 
-  <p>This release includes updates to many existing libraries. See
+  <p>This release includes 2 new libraries
+  (<a href="libs/functional/factory/index.html">functional/factory</a> and
+  <a href="libs/functional/forward/index.html">functional/forward</a>)
+  as well as updates to many existing libraries. See
   <a href="http://www.boost.org/users/history/version_1_43_0">Release
   History</a> for more information.</p>
 

+ 6 - 0
libs/libraries.htm

@@ -137,6 +137,12 @@ how to download, build, and install the libraries.</p>
         for callable, built-in types, from Tobias Schwinger</li>
     <li><a href="functional/index.html">functional</a> - Enhanced
         function object adaptors, from Mark Rodgers.</li>
+    <li><a href="functional/factory/index.html">functional/factory</a> -
+        Function objects for dynamic and by-value construction,
+        from Tobias Schwinger.</li>
+    <li><a href="functional/forward/index.html">functional/forward</a> -
+        Function object adapters to address the forwarding problem,
+        from Tobias Schwinger.</li>
     <li><a href="functional/hash/index.html">functional/hash</a> -
         A TR1 hash function object that can be extended to hash user defined
         types, from Daniel James.</li>

+ 2 - 0
libs/maintainers.txt

@@ -33,6 +33,8 @@ format                Samuel Krempp <krempp -at- crans.ens-cachan.fr>
 function              Douglas Gregor <dgregor -at- cs.indiana.edu>
 function_types        Tobias Schwinger <tschwinger -at- isonews2.com>
 functional
+functional/factory    Tobias Schwinger <tschwinger -at- isonews2.com>
+functional/forward    Tobias Schwinger <tschwinger -at- isonews2.com>
 functional/hash       Daniel James <dnljms -at- gmail.com>
 fusion                Joel de Guzman <joel -at- boost-consulting.com>, Dan Marsden <danmarsden -at- yahoo.co.uk>, Tobias Schwinger <tschwinger -at- isonews2.com>
 function_types        Tobias Schwinger <tschwinger -at- isonews2.com>

粤ICP备19079148号