Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77561 - trunk/libs
From: marshall_at_[hidden]
Date: 2012-03-26 12:56:11


Author: marshall
Date: 2012-03-26 12:56:09 EDT (Mon, 26 Mar 2012)
New Revision: 77561
URL: http://svn.boost.org/trac/boost/changeset/77561

Log:
Added Boost.Algorithm library
Text files modified:
   trunk/libs/libraries.htm | 4 ++++
   1 files changed, 4 insertions(+), 0 deletions(-)

Modified: trunk/libs/libraries.htm
==============================================================================
--- trunk/libs/libraries.htm (original)
+++ trunk/libs/libraries.htm 2012-03-26 12:56:09 EDT (Mon, 26 Mar 2012)
@@ -80,6 +80,8 @@
 <ul>
     <li>accumulators - Framework for incremental
         calculation, and collection of statistical accumulators, from Eric Niebler.</li>
+ <li>algorithm - A collection of useful generic
+ algorithms, from Marshall Clow.&nbsp;</li>
     <li>any - Safe, generic container for single
       values of different value types, from Kevlin Henney.&nbsp;</li>
     <li>array - STL compliant
@@ -347,6 +349,8 @@
 <h3><a name="Algorithms">Algorithms</a></h3>
 
 <ul>
+ <li>algorithm - A collection of useful generic
+ algorithms, from Marshall Clow.&nbsp;</li>
     <li>foreach - BOOST_FOREACH macro for easily
         iterating over the elements of a sequence, from Eric Niebler.</li>
     <li>gil - Generic Image Library, from


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