Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r52521 - website/public_html/beta/feed/history
From: eric_at_[hidden]
Date: 2009-04-20 22:05:41


Author: eric_niebler
Date: 2009-04-20 22:05:40 EDT (Mon, 20 Apr 2009)
New Revision: 52521
URL: http://svn.boost.org/trac/boost/changeset/52521

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

Modified: website/public_html/beta/feed/history/boost_1_39_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_39_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_39_0.qbk 2009-04-20 22:05:40 EDT (Mon, 20 Apr 2009)
@@ -38,6 +38,10 @@
     component was not thread-safe due to an incorrect implementation and could
     deadlock under heavy usage conditions. This problem has been corrected.
 
+* [phrase library..[@/libs/foreach/index.html Foreach]:]
+ * Eliminate shadow warnings on gcc for nested `FOREACH` loops
+ * Portability fix for Intel-Win toolset
+
 * [phrase library..[@/libs/functional/hash/index.html Hash]:]
   * Remove deprecated headers for hashing containers. Everything that was in them
     is included in `<functional\hash.hpp>`
@@ -67,12 +71,21 @@
     [@/doc/html/unordered/changes.html#unordered.changes.boost_1_39_0
     change log].
 
+* [phrase library..[@/libs/proto/index.html Proto]:]
+ * Work around incompatibility with standard Linux header.
+ * Add `proto::noinvoke<>` to block metafunction invocation in object transforms.
+
 * [phrase library..[@/libs/ptr_container/index.html PtrContainer]:]
   * Bug fixes from Trac applied.
-
+
 * [phrase library..[@/libs/range/index.html Range]:]
   * Bug fixes from Trac applied.
 
+
+* [phrase library..[@/libs/xpressive/index.html Xpressive]:]
+ * Work around for gcc optimization problem resulting in pure virtual
+ function call runtime error ([@https://svn.boost.org/trac/boost/ticket/2655 #2655]).
+
 [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