|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r61433 - website/public_html/beta/feed/history
From: eric_at_[hidden]
Date: 2010-04-20 13:46:32
Author: eric_niebler
Date: 2010-04-20 13:46:31 EDT (Tue, 20 Apr 2010)
New Revision: 61433
URL: http://svn.boost.org/trac/boost/changeset/61433
Log:
release notes for accumulators, xpressive and proto
Text files modified:
website/public_html/beta/feed/history/boost_1_43_0.qbk | 27 ++++++++++++++++++++++++++-
1 files changed, 26 insertions(+), 1 deletions(-)
Modified: website/public_html/beta/feed/history/boost_1_43_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_43_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_43_0.qbk 2010-04-20 13:46:31 EDT (Tue, 20 Apr 2010)
@@ -23,6 +23,9 @@
[section Updated Libraries]
+* [phrase library..[@/libs/accumulators/index.html Accumulators]:]
+ * Avoid premature template evaluation in operator overload return types.
+
* [phrase library..[@/libs/array/index.html Array]:]
* Added support for SunCC compiler.
* Added 'fill' member function.
@@ -81,7 +84,26 @@
and `load_construct_data`. `multi_index_container` serialization
[@/libs/serialization/doc/tutorial.html#versioning class version]
has been bumped from 1 to 2.
-
+
+* [phrase library..[@/libs/proto/index.html Proto]:]
+ * Minor change in behavior: non-const expression self-assignment creates
+ an assign node. See Proto's
+ [@/doc/html/proto/appendices.html#boost_proto.appendices.release_notes.boost_1_43 Release Notes]
+ for details.
+ * Minor change to recommended expression extension mechanism: use
+ `BOOST_PROTO_EXTENDS_USING_ASSIGN()`. See Proto's
+ [@/doc/html/proto/appendices.html#boost_proto.appendices.release_notes.boost_1_43 Release Notes]
+ for details.
+ * Fix error in invocation of callable monomorphic function objects in Proto transforms.
+ * Fix misc const correctness issues, work around fusion bug.
+ * Add non-const function call overloads to proto terminals.
+ * Add a default constructor to `proto::literal<>`.
+ * Do not use deprecated config macros.
+ * Add `proto::assert_matches()` function and friends to [^<boost/proto/debug.hpp>].
+ * `functional::make_expr<>` and `functional::unpack_expr<>` return const-qualified
+ rvalues.
+ * Add documentation for Expr and Domain concepts.
+
* [phrase library..[@/libs/random/index.html Random]:]
* Put the implementation of random_device in a compiled lib,
and added Windows support.
@@ -119,6 +141,9 @@
* [phrase library..[@/libs/wave/index.html Wave]:]
See the [@/libs/wave/ChangeLog Changelog] for details.
+* [phrase library..[@/libs/xpressive/index.html Xpressive]:]
+ * Add missing include to [^<boost/xpressive/regex_error.hpp].
+
[endsect]
[section Build System]
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