Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58957 - website/public_html/beta/feed/history
From: eric_at_[hidden]
Date: 2010-01-12 19:43:34


Author: eric_niebler
Date: 2010-01-12 19:43:33 EST (Tue, 12 Jan 2010)
New Revision: 58957
URL: http://svn.boost.org/trac/boost/changeset/58957

Log:
proto and xpressive release notes
Text files modified:
   website/public_html/beta/feed/history/boost_1_42_0.qbk | 21 ++++++++++++++++++++-
   1 files changed, 20 insertions(+), 1 deletions(-)

Modified: website/public_html/beta/feed/history/boost_1_42_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_42_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_42_0.qbk 2010-01-12 19:43:33 EST (Tue, 12 Jan 2010)
@@ -113,7 +113,18 @@
     ([@https://svn.boost.org/trac/boost/ticket/2982 #2982]).
   * Enable case insensitive style for command line
     ([@https://svn.boost.org/trac/boost/ticket/3498 #3498]).
-
+
+* [phrase library..[@/libs/proto/index.html Proto]:]
+ * Fix const correctness issues with `proto::flatten` and friends
+ ([@https://svn.boost.org/trac/boost/ticket/3364 #3364]).
+ * Accomodate recent change to `fusion::fold`, remove old support for Doxygen
+ and pre-1.35 Fusion
+ ([@https://svn.boost.org/trac/boost/ticket/3553 #3553]).
+ * In binary operations, when one operand has a user-specified domain and the
+ other has the default domain, the user-specified domain trumps.
+ * Fix `BOOST_PROTO_EXTENDS` to work with elaborated types.
+ * Work around EDG compiler bug with function types and cv-qualification.
+
 * [phrase library..[@/libs/regex/index.html Regex]:]
   * Added support for Functors rather than strings as format expressions.
   * Improved error reporting when throwing exceptions to include better more relevant information.
@@ -142,6 +153,14 @@
     [@/doc/html/unordered/changes.html#unordered.changes.boost_1_42_0
     the changelog].
 
+* [phrase library..[@/libs/xpressive/index.html Xpressive]:]
+ * `match_results` no longer relies on undefined behavior in `std::list`
+ ([@https://svn.boost.org/trac/boost/ticket/3278 #3278]).
+ * Do NOT copy singular iterators
+ ([@https://svn.boost.org/trac/boost/ticket/3538 #3538]).
+ * Eliminate gcc and darwin warnings
+ ([@https://svn.boost.org/trac/boost/ticket/3734 #3734]).
+
 [endsect]
 
 [section Compilers Tested]


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