Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76794 - in website/public_html/beta: . feed/history users/history
From: dnljms_at_[hidden]
Date: 2012-01-30 04:11:02


Author: danieljames
Date: 2012-01-30 04:10:59 EST (Mon, 30 Jan 2012)
New Revision: 76794
URL: http://svn.boost.org/trac/boost/changeset/76794

Log:
Website: Merge from live.
Properties modified:
   website/public_html/beta/ (props changed)
Text files modified:
   website/public_html/beta/feed/history/boost_1_49_0.qbk | 9 ++++-----
   website/public_html/beta/users/history/version_1_49_0.html | 10 +++++-----
   2 files changed, 9 insertions(+), 10 deletions(-)

Modified: website/public_html/beta/feed/history/boost_1_49_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_49_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_49_0.qbk 2012-01-30 04:10:59 EST (Mon, 30 Jan 2012)
@@ -181,16 +181,15 @@
    * [@http://svn.boost.org/trac/boost/ticket/6207 #6207] shared_lock swap compiler error on clang 3.0 c++11.
    * [@http://svn.boost.org/trac/boost/ticket/6208 #6208] try_lock_wrapper swap compiler error on clang 3.0 c++11.
 
-
 * [phrase library..[@/libs/unordered Unordered]:]
   * On compilers without rvalue references, the containers are no longer
- movable by default, as move emulation was causing some odd quirks.
+ movable by default, as move emulation was causing some odd quirks
+ ([@https://svn.boost.org/trac/boost/ticket/6167 #6167],
+ [@https://svn.boost.org/trac/boost/ticket/6311 #6311]).
     Define `BOOST_UNORDERED_USE_MOVE` to make them movable
- ([@https://svn.boost.org/trac/boost/tickets/6167 #6167],
- [@https://svn.boost.org/trac/boost/tickets/6311 #6311])
     - Boost.Move is still used for elements regardless.
   * Fix sequence point warning
- ([@https://svn.boost.org/trac/boost/tickets/6370 #6370]).
+ ([@https://svn.boost.org/trac/boost/ticket/6370 #6370]).
   * Better support for C++11 compilers using older standard libraries.
 
 * [phrase library..[@/libs/uuid/ Uuid]:]

Modified: website/public_html/beta/users/history/version_1_49_0.html
==============================================================================
--- website/public_html/beta/users/history/version_1_49_0.html (original)
+++ website/public_html/beta/users/history/version_1_49_0.html 2012-01-30 04:10:59 EST (Mon, 30 Jan 2012)
@@ -575,16 +575,16 @@
             <li>
               <div>
                 On compilers without rvalue references, the containers are no longer
- movable by default, as move emulation was causing some odd quirks.
+ movable by default, as move emulation was causing some odd quirks
+ (#6167,
+ #6311).
                 Define <code><span class="identifier">BOOST_UNORDERED_USE_MOVE</span></code>
- to make them movable (#6167,
- #6311)
- - Boost.Move is still used for elements regardless.
+ to make them movable - Boost.Move is still used for elements regardless.
               </div>
             </li>
             <li>
               <div>
- Fix sequence point warning (#6370).
+ Fix sequence point warning (#6370).
               </div>
             </li>
             <li>


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