Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r61766 - in trunk: . libs
From: daniel_james_at_[hidden]
Date: 2010-05-04 13:31:25


Author: danieljames
Date: 2010-05-04 13:31:24 EDT (Tue, 04 May 2010)
New Revision: 61766
URL: http://svn.boost.org/trac/boost/changeset/61766

Log:
Add functional/forward and functional/factory.
Text files modified:
   trunk/index.html | 5 ++++-
   trunk/libs/libraries.htm | 6 ++++++
   trunk/libs/maintainers.txt | 2 ++
   3 files changed, 12 insertions(+), 1 deletions(-)

Modified: trunk/index.html
==============================================================================
--- trunk/index.html (original)
+++ trunk/index.html 2010-05-04 13:31:24 EDT (Tue, 04 May 2010)
@@ -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
+ (functional/factory and
+ functional/forward)
+ 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>
 

Modified: trunk/libs/libraries.htm
==============================================================================
--- trunk/libs/libraries.htm (original)
+++ trunk/libs/libraries.htm 2010-05-04 13:31:24 EDT (Tue, 04 May 2010)
@@ -137,6 +137,12 @@
         for callable, built-in types, from Tobias Schwinger</li>
     <li>functional - Enhanced
         function object adaptors, from Mark Rodgers.</li>
+ <li>functional/factory -
+ Function objects for dynamic and by-value construction,
+ from Tobias Schwinger.</li>
+ <li>functional/forward -
+ Function object adapters to address the forwarding problem,
+ from Tobias Schwinger.</li>
     <li>functional/hash -
         A TR1 hash function object that can be extended to hash user defined
         types, from Daniel James.</li>

Modified: trunk/libs/maintainers.txt
==============================================================================
--- trunk/libs/maintainers.txt (original)
+++ trunk/libs/maintainers.txt 2010-05-04 13:31:24 EDT (Tue, 04 May 2010)
@@ -33,6 +33,8 @@
 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>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk