Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70020 - in trunk: libs status
From: thom.heller_at_[hidden]
Date: 2011-03-16 15:06:11


Author: theller
Date: 2011-03-16 15:06:10 EDT (Wed, 16 Mar 2011)
New Revision: 70020
URL: http://svn.boost.org/trac/boost/changeset/70020

Log:
Added phoenix to:
    - libs/libraries.htm
    - The regression test suite

Text files modified:
   trunk/libs/libraries.htm | 5 ++++-
   trunk/status/Jamfile.v2 | 1 +
   2 files changed, 5 insertions(+), 1 deletions(-)

Modified: trunk/libs/libraries.htm
==============================================================================
--- trunk/libs/libraries.htm (original)
+++ trunk/libs/libraries.htm 2011-03-16 15:06:10 EDT (Wed, 16 Mar 2011)
@@ -215,6 +215,7 @@
     Write functions that accept arguments by name, by David Abrahams
     and Daniel Wallin.</li>
 
+ <li>Phoenix
     <li>pointer container
     - Containers for storing heap-allocated polymorphic objects to ease
       OO-programming, from Thorsten Ottosen. </li>
@@ -452,7 +453,9 @@
     <li>lambda - Define small unnamed
     function objects at the actual call site, and more, from Jaakko J&auml;rvi and
     Gary Powell.</li>
-
+ <li>Phoenix - Define small unnamed
+ function objects at the actual call site, and more, from Joel de Guzman, Dan
+ Marsden and Thomas Heller</li>
     <li>ref - A utility library for
     passing references to generic functions, from Jaako J&auml;rvi,
     Peter Dimov, Doug Gregor, and Dave Abrahams.</li>

Modified: trunk/status/Jamfile.v2
==============================================================================
--- trunk/status/Jamfile.v2 (original)
+++ trunk/status/Jamfile.v2 2011-03-16 15:06:10 EDT (Wed, 16 Mar 2011)
@@ -103,6 +103,7 @@
     multi_index/test # test-suite multi_index
     optional/test # test-suite optional
     parameter/test # test-suite parameter
+ phoenix/test # test-suite phoenix
     polygon/test # test-suite polygon
     pool/test # test-suite pool
     preprocessor/test # test-suite preprocessor


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