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<

    - \ No newline at end of file + diff --git a/libs/maintainers.txt b/libs/maintainers.txt index 8a53f169fe..7d451ad143 100644 --- a/libs/maintainers.txt +++ b/libs/maintainers.txt @@ -33,6 +33,8 @@ format Samuel Krempp function Douglas Gregor function_types Tobias Schwinger functional +functional/factory Tobias Schwinger +functional/foward Tobias Schwinger functional/hash Daniel James fusion Joel de Guzman , Dan Marsden , Tobias Schwinger function_types Tobias Schwinger diff --git a/status/Jamfile.v2 b/status/Jamfile.v2 index 010be09ecd..25e4435834 100644 --- a/status/Jamfile.v2 +++ b/status/Jamfile.v2 @@ -70,6 +70,8 @@ run-tests format/test # test-suite format function/test # test-suite function functional/test # test-suite functional + functional/factory/test # test-suite functional/factory + functional/forward/test # test-suite functional/forward functional/hash/test # test-suite functional/hash function_types/test # test-suite function_types fusion/test # test-suite fusion diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml index 4abea4c9d1..92d84d764a 100644 --- a/status/explicit-failures-markup.xml +++ b/status/explicit-failures-markup.xml @@ -1677,6 +1677,31 @@ + + + + + + + Probably broken const conversion with that compiler. + + + + + + + + + + + + + + This compiler is currently not supported. + + + +