Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r66218 - website/public_html/beta/feed/history
From: eric_at_[hidden]
Date: 2010-10-27 14:26:07


Author: eric_niebler
Date: 2010-10-27 14:25:53 EDT (Wed, 27 Oct 2010)
New Revision: 66218
URL: http://svn.boost.org/trac/boost/changeset/66218

Log:
release notes for foreach, proto and xpressive
Text files modified:
   website/public_html/beta/feed/history/boost_1_45_0.qbk | 15 +++++++++++++++
   1 files changed, 15 insertions(+), 0 deletions(-)

Modified: website/public_html/beta/feed/history/boost_1_45_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_45_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_45_0.qbk 2010-10-27 14:25:53 EDT (Wed, 27 Oct 2010)
@@ -83,6 +83,9 @@
   * Removed an internal assertion incompatible with program termination via
     `std::exit`.
 
+* [phrase library..[@/libs/foreach/index.html Foreach]:]
+ * Fix ambiguitiy by making `auto_any` constructor explicit.
+
 * [phrase library..[@/libs/fusion/index.html Fusion]:]
   * Added `BOOST_FUSION_ADAPT_ADT`, `BOOST_FUSION_ADAPT_TPL_ADT`,
     `BOOST_FUSION_ADAPT_ASSOC_ADT` and `BOOST_FUSION_ADAPT_ASSOC_TPL_ADT`.
@@ -167,6 +170,14 @@
     plus other bugs not in Trac.
   * Added new examples and test cases.
 
+* [phrase library..[@/libs/proto/index.html Proto]:]
+ * Knock down value of `proto::N`, fixes bug
+ [@https://svn.boost.org/trac/boost/ticket/4602 #4602],
+ * Support non-rtti compilers
+ * Fix bug with `proto::matches`, array types and the wildcard pattern.
+ * Make Proto work on MSVC with the /clr option
+ * Add const-qualified overloads of `proto::eval`
+
 * [phrase library..[@/libs/type_traits/index.html TypeTraits]:]
   * Added new traits add_rvalue_reference, add_lvalue_reference and common_type.
   * Minor fixes to is_signed, is_unsigned and is_virtual_base_of.
@@ -188,6 +199,10 @@
 * [phrase library..[@/libs/wave/index.html Wave]:]
   * See the [@/libs/wave/ChangeLog Changelog] for details.
 
+* [phrase library..[@/libs/xpressive/index.html Xpressive]:]
+ * `xpressive::as` handles wide-char `sub_match` objects, fixes bug
+ [@https://svn.boost.org/trac/boost/ticket/4496 #4496]
+
 [endsect]
 
 [section Updated Tools]


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