From 34605ac058a0fc2c60eb37dd87d1e68a9dac6dc2 Mon Sep 17 00:00:00 2001
From: Tobias Schwinger
Date: Mon, 26 Apr 2010 23:32:55 +0000
Subject: [PATCH] adds Functional.Factory/Forward
[SVN r61598]
---
libs/libraries.htm | 14 +++++++++++++-
libs/maintainers.txt | 2 ++
status/Jamfile.v2 | 2 ++
status/explicit-failures-markup.xml | 25 +++++++++++++++++++++++++
4 files changed, 42 insertions(+), 1 deletion(-)
diff --git a/libs/libraries.htm b/libs/libraries.htm
index 01a0042ada..828e6c9e41 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -137,6 +137,12 @@ how to download, build, and install the libraries.
for callable, built-in types, from Tobias Schwinger
functional - Enhanced
function object adaptors, from Mark Rodgers.
+ functional/factory -
+ function object templates for dynamic and static object creation,
+ from Tobias Schwinger
+ functional/forward -
+ adapters to allow generic function objects to accept arbitrary
+ arguments, from Tobias Schwinger
functional/hash -
A TR1 hash function object that can be extended to hash user defined
types, from Daniel James.
@@ -423,6 +429,12 @@ how to download, build, and install the libraries.
for deferred calls or callbacks, from Doug Gregor.
functional - Enhanced
function object adaptors, from Mark Rodgers.
+ functional/factory -
+ function object templates for dynamic and static object creation,
+ from Tobias Schwinger
+ functional/forward -
+ adapters to allow generic function objects to accept arbitrary
+ arguments, from Tobias Schwinger
functional/hash -
A TR1 hash function object that can be extended to hash user defined
types, from Daniel James.
@@ -761,4 +773,4 @@ or www.boost.org/LICENSE_1_0.txt<