Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72610 - website/public_html/beta/feed/history
From: eric_at_[hidden]
Date: 2011-06-16 01:18:20


Author: eric_niebler
Date: 2011-06-16 01:18:19 EDT (Thu, 16 Jun 2011)
New Revision: 72610
URL: http://svn.boost.org/trac/boost/changeset/72610

Log:
1.47 release notes for Accumulators, Foreach, Proto.
Text files modified:
   website/public_html/beta/feed/history/boost_1_47_0.qbk | 17 +++++++++++++++++
   1 files changed, 17 insertions(+), 0 deletions(-)

Modified: website/public_html/beta/feed/history/boost_1_47_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_47_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_47_0.qbk 2011-06-16 01:18:19 EDT (Thu, 16 Jun 2011)
@@ -35,6 +35,9 @@
 
 [section Updated Libraries]
 
+* [phrase library..[@/libs/accumulators/index.html Accumulators]:]
+ * New statistical accumulators: `sum_kahan`, `sum_of_weights_kahan`, `sum_of_variates_kahan`.
+
 * [phrase library..[@/libs/asio/index.html Asio]:]
   * Many new features and improvements:
     * Signal handling.
@@ -88,6 +91,9 @@
 * [phrase library..[@/libs/dynamic_bitset/index.html Dynamic Bitset]:]
   * Fixed bug [@https://svn.boost.org/trac/boost/ticket/5349 #5349]
 
+* [phrase library..[@/libs/foreach/index.html Foreach]:]
+ * Use rvalue refs on supporting compilers for const rvalue detection.
+
 * [phrase library..[@/libs/function/index.html Function]:]
   * Bug fixes:
     [@https://svn.boost.org/trac/boost/ticket/3410 #3410],
@@ -160,6 +166,17 @@
   * Fixed an ADL problem in `composite_key_compare` related with Boost.Ref.
   * Maintenance fixes.
 
+* [phrase library..[@/libs/proto/index.html Proto]:]
+ * Pre-preprocessed for better compile times.
+ * Default preprocessor limits raised:
+ * Max expression arity (`BOOST_PROTO_MAX_ARITY`) bumped from 5 to 10.
+ * Max function call arity (`BOOST_PROTO_MAX_FUNCTION_CALL_ARITY`) bumped
+ from 5 to 10.
+ * Max logical operator arity (`BOOST_PROTO_MAX_LOGICAL_ARITY`) bumped from
+ 8 to 10.
+ * Better integration of `proto::basic_expr` to avoid accidental needless
+ instantiations of `proto::expr`.
+
 * [phrase library..[@/libs/spirit/index.html Spirit]:]
   * Spirit V2.5, see the
     '[@/doc/libs/1_47_0/libs/spirit/doc/html/spirit/what_s_new/spirit_2_5.html What's New]'


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