Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-07-23 06:01:18


Author: danieljames
Date: 2008-07-23 06:01:18 EDT (Wed, 23 Jul 2008)
New Revision: 47703
URL: http://svn.boost.org/trac/boost/changeset/47703

Log:
Add Thorsten's libraries to the 1.36 release info.
Text files modified:
   website/public_html/beta/feed/history/boost_1_36_0.qbk | 11 ++++++++++-
   1 files changed, 10 insertions(+), 1 deletions(-)

Modified: website/public_html/beta/feed/history/boost_1_36_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_36_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_36_0.qbk 2008-07-23 06:01:18 EDT (Wed, 23 Jul 2008)
@@ -2,7 +2,7 @@
     [quickbook 1.4]
     [source-mode c++]
     [purpose New Libraries: Accumulators, Exception, Units, Unordered.
- Updated Libraries: Foreach, Multi-index Containers, Xpressive.]
+ Updated Libraries: Assign, Foreach, Multi-index Containers, PtrContainer, Xpressive.]
     [authors [Dawes, Beman]]
     [last-revision ]
 ]
@@ -28,6 +28,10 @@
 
 [section Updated Libraries]
 
+* [phrase library..[@/libs/assign/index.html Assign]:]
+ `list_of()` (and its variants) now has overloaded comparison operators. This
+ allows you to write test code such as
+ `BOOST_CHECK_EQUAL( my_container, list_of(2)(3)(4)(5) );`.
 * [phrase library..[@/libs/foreach/index.html Foreach]:] `BOOST_FOREACH` macro for
   easily iterating over the elements of a sequence, from Eric Niebler.
   * New `BOOST_REVERSE_FOREACH` macro for iterating over a sequence in reverse.
@@ -41,6 +45,11 @@
   Minor additions and maintenance fixes. Consult the library
   [@/libs/multi_index/doc/release_notes.html#boost_1_36 release notes] for
   further information.
+* [phrase library..[@/libs/ptr_container/index.html PtrContainer]:]
+ Support for a few more containers, and addition of insert iterators.
+ For details see
+ [@/libs/ptr_container/doc/ptr_container.html#upgrading-from-boost-v-1-35
+ upgrading details].
 * [phrase library..[@/libs/xpressive/index.html Xpressive]:]
   Regular expressions that can be written as strings or as expression templates,
   and that can refer to each other and themselves recursively with the power of


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