Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49334 - website/public_html/beta/feed/history
From: daniel_james_at_[hidden]
Date: 2008-10-14 13:30:34


Author: danieljames
Date: 2008-10-14 13:30:33 EDT (Tue, 14 Oct 2008)
New Revision: 49334
URL: http://svn.boost.org/trac/boost/changeset/49334

Log:
Add release details for intrusive and interprocess.
Text files modified:
   website/public_html/beta/feed/history/boost_1_37_0.qbk | 16 +++++++++++++++-
   1 files changed, 15 insertions(+), 1 deletions(-)

Modified: website/public_html/beta/feed/history/boost_1_37_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_37_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_37_0.qbk 2008-10-14 13:30:33 EDT (Tue, 14 Oct 2008)
@@ -1,7 +1,9 @@
 [article Version 1.37.0
     [quickbook 1.4]
     [source-mode c++]
- [purpose New Library: Proto. Updated Libraries: Circular Buffer, Dynamic Bitset]
+ [purpose New Library: Proto.
+ Updated Libraries: Circular Buffer, Dynamic Bitset, Interprocess,
+ Intrusive]
     [authors [Dawes, Beman]]
     [last-revision ]
 ]
@@ -38,6 +40,18 @@
     currently in the [^C++0x] working paper)
   * Miscellaneous improvements to documentation, code examples and
     implementation details.
+* [phrase library..[@/libs/interprocess/index.html Interprocess]:]
+ * Added placement insertion (`emplace()`, `emplace_back()`...) methods to
+ containers.
+ * Containers can be used now in recursive types.
+ * Minor bug fixes.
+* [phrase library..[@/libs/intrusive/index.html Intrusive]:]
+ * Intrusive now takes advantage of compilers with variadic templates.
+ * `clone_from` functions now copy predicates and hash functions of
+ associative containers.
+ * Added incremental hashing to unordered containers via `incremental<>`
+ option.
+ * Minor bug fixes.
 
 [endsect]
 


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