Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68265 - website/public_html/beta/feed/history
From: eric_at_[hidden]
Date: 2011-01-19 00:51:25


Author: eric_niebler
Date: 2011-01-19 00:51:22 EST (Wed, 19 Jan 2011)
New Revision: 68265
URL: http://svn.boost.org/trac/boost/changeset/68265

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

Modified: website/public_html/beta/feed/history/boost_1_46_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_46_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_46_0.qbk 2011-01-19 00:51:22 EST (Wed, 19 Jan 2011)
@@ -96,6 +96,27 @@
   * Now takes `argv` as const
     ([@https://svn.boost.org/trac/boost/ticket/3909 #3909])
 
+* [phrase library..[@/libs/proto/index.html Proto]:]
+ * *Breaking change*: `boost/proto/core.hpp` no longer defines
+ `functional::pop_front` and `functional::reverse`, which have
+ moved to their own headers under `boost/proto/functional`
+ * Add callable wrappers for more Fusion algorithms (including
+ `fusion::at`); and callable wrappers for some std utilities
+ like `make_pair`, `first` and `second`, all under the new
+ `boost/proto/functional` directory
+ * Allow transforms to be specified separately from a grammar
+ * `proto::matches` preserves domain-specific expression wrappers
+ * Fix ADL issue with `operator,` in `proto::and_` transform
+ * Fix handling of grammar checking in expressions involving
+ multiple domains
+ ([@https://svn.boost.org/trac/boost/ticket/4675 #4675])
+ * Fix ambiguous `operator<<` in `proto::display_expr`
+ ([@https://svn.boost.org/trac/boost/ticket/4910 #4910])
+ * `fusion::is_sequence` answers true for Proto expressions
+ ([@https://svn.boost.org/trac/boost/ticket/5006 #5006])
+ * Eliminate `-Wundef` GCC warning in `boost/proto/fusion.hpp`
+ ([@https://svn.boost.org/trac/boost/ticket/5075 #5075])
+
 * [phrase library..[@/libs/signals/index.html Signals]:]
   * gcc warning cleanup
     ([@https://svn.boost.org/trac/boost/ticket/4365 #4365])
@@ -114,6 +135,13 @@
 
 [endsect]
 
+[section Updated Tools]
+
+* [phrase library..[@/tools/inspect/index.html Inspect]:]
+ * Check that Boost headers do not use C's `assert` macro.
+
+[endsect]
+
 [section Compilers Tested]
 
 Boost's primary test compilers are:


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