Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r86090 - website/public_html/live/feed/history
From: eric_at_[hidden]
Date: 2013-09-30 17:41:24


Author: eric_niebler
Date: 2013-09-30 17:41:24 EDT (Mon, 30 Sep 2013)
New Revision: 86090
URL: http://svn.boost.org/trac/boost/changeset/86090

Log:
misc release notes for 1.55

Text files modified:
   website/public_html/live/feed/history/boost_1_55_0.qbk | 17 +++++++++++++++++
   1 files changed, 17 insertions(+), 0 deletions(-)

Modified: website/public_html/live/feed/history/boost_1_55_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_55_0.qbk Mon Sep 30 17:01:45 2013 (r86089)
+++ website/public_html/live/feed/history/boost_1_55_0.qbk 2013-09-30 17:41:24 EDT (Mon, 30 Sep 2013) (r86090)
@@ -62,6 +62,11 @@
 
 [section Updated Libraries]
 
+* [phrase library..[@/libs/accumulators/ Accumulators]:]
+ * [ticket 7915] Fix silly typos.
+ * [ticket 8850] Fix MSVC warnings.
+ * [ticket 8262] Rename `average` to `fdiv`.
+
 * [phrase library..[@/libs/container/ Container]:]
 
 * Implemented [link container.main_features.scary_iterators SCARY iterators].
@@ -81,6 +86,9 @@
   * [@http://svn.boost.org/trac/boost/ticket/8782 #8782] no best alternative
   * [@http://svn.boost.org/trac/boost/ticket/8801 #8801] auto-linking
 
+* [prase library..[@/libs/fusion/ Fusion]:]
+ * [ticket 8759] specialization of `convert_impl` for `map_tag`
+
 * [phrase library..[@/libs/graph/index.html Graph]:]
   * `void` is no longer allowed as a bundled property type (for example, in the
     VertexProperties template parameters to graph types); it did not work
@@ -165,6 +173,9 @@
     * [@/libs/multi_index/doc/reference/key_extraction.html#composite_key_result_hash `composite_key_result_hash`].
   * Maintenance fixes.
 
+* [phrase library..[@/libs/phoenix/ Phoenix]:]
+ * [ticket 9049] `phoenix::function` constructor is constexpr.
+
 * [phrase library..[@/libs/property_map/index.html PropertyMap]:]
   * dynamic_properties objects can now be built by non-destructively chaining
     `.property(name, pm)` calls. Example:
@@ -197,6 +208,12 @@
 * [phrase library..[@/libs/wave/ Wave]:]
   * See the [@/libs/wave/ChangeLog Changelog] for details.
 
+* [phrase library..[@/libs/xpressive xpressive]:]
+ * [ticket 8843] throw instead of assert at incomplete charset
+ * [ticket 8880] remove unused local typedef
+ * [ticket 8882] use RAII instead of try/catch in sequence_stack.hpp
+ * [ticket 8474] make xpressive play nice with clang's -Wimplicit-fallthrough diagnostic
+
 [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