Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76792 - in website/public_html/live: feed feed/history generated/state users/history
From: dnljms_at_[hidden]
Date: 2012-01-30 03:48:24


Author: danieljames
Date: 2012-01-30 03:48:22 EST (Mon, 30 Jan 2012)
New Revision: 76792
URL: http://svn.boost.org/trac/boost/changeset/76792

Log:
Website: Fix the unordered link tickets.

Thanks to Kohei Takahashi for pointing this out.

Text files modified:
   website/public_html/live/feed/dev.rss | 6 +++---
   website/public_html/live/feed/history/boost_1_49_0.qbk | 6 +++---
   website/public_html/live/generated/state/feed-pages.txt | 6 +++---
   website/public_html/live/users/history/version_1_49_0.html | 6 +++---
   4 files changed, 12 insertions(+), 12 deletions(-)

Modified: website/public_html/live/feed/dev.rss
==============================================================================
--- website/public_html/live/feed/dev.rss (original)
+++ website/public_html/live/feed/dev.rss 2012-01-30 03:48:22 EST (Mon, 30 Jan 2012)
@@ -538,14 +538,14 @@
                 On compilers without rvalue references, the containers are no longer
                 movable by default, as move emulation was causing some odd quirks.
                 Define <code><span class="identifier">BOOST_UNORDERED_USE_MOVE</span></code>
- to make them movable (<a href="https://svn.boost.org/trac/boost/tickets/6167">#6167</a>,
- <a href="https://svn.boost.org/trac/boost/tickets/6311">#6311</a>)
+ to make them movable (<a href="https://svn.boost.org/trac/boost/ticket/6167">#6167</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/6311">#6311</a>)
                 - Boost.Move is still used for elements regardless.
               </div>
             </li>
             <li>
               <div>
- Fix sequence point warning (<a href="https://svn.boost.org/trac/boost/tickets/6370">#6370</a>).
+ Fix sequence point warning (<a href="https://svn.boost.org/trac/boost/ticket/6370">#6370</a>).
               </div>
             </li>
             <li>

Modified: website/public_html/live/feed/history/boost_1_49_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_49_0.qbk (original)
+++ website/public_html/live/feed/history/boost_1_49_0.qbk 2012-01-30 03:48:22 EST (Mon, 30 Jan 2012)
@@ -185,11 +185,11 @@
   * On compilers without rvalue references, the containers are no longer
     movable by default, as move emulation was causing some odd quirks.
     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])
+ ([@https://svn.boost.org/trac/boost/ticket/6167 #6167],
+ [@https://svn.boost.org/trac/boost/ticket/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/live/generated/state/feed-pages.txt
==============================================================================
--- website/public_html/live/generated/state/feed-pages.txt (original)
+++ website/public_html/live/generated/state/feed-pages.txt 2012-01-30 03:48:22 EST (Mon, 30 Jan 2012)
@@ -1838,7 +1838,7 @@
 -id
 "version_1_49_0
 -last_modified
-.1327777574.36
+.1327913179.68
 -location
 "users/history/version_1_49_0.html
 -page_state
@@ -1850,11 +1850,11 @@
 " Lexical Cast, Locale, Move, Property Tree, Spirit, Thread, Unordered, Uuid.
 "
 -qbk_hash
-"1f3eea9443857c84c89e85856a4893f85eab2324b08fde9c44baa266aa2e286b
+"b129dc97136305c6142db80bb47678fe6e75e85f656cfeb731b8577c5e69b8fe
 -release_status
 "beta 1
 -rss_hash
-"bf6f34bf00e1f2c412968d19ec92f9018b2d7a277834398f24fab87f98094e59
+"af460f60fd7d242004818e6b95fbf0ce4577acdbdd44e17bf3877531a92f6f2a
 -title
 "Version 1.49.0
 -type

Modified: website/public_html/live/users/history/version_1_49_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_49_0.html (original)
+++ website/public_html/live/users/history/version_1_49_0.html 2012-01-30 03:48:22 EST (Mon, 30 Jan 2012)
@@ -577,14 +577,14 @@
                 On compilers without rvalue references, the containers are no longer
                 movable by default, as move emulation was causing some odd quirks.
                 Define <code><span class="identifier">BOOST_UNORDERED_USE_MOVE</span></code>
- to make them movable (#6167,
- #6311)
+ to make them movable (#6167,
+ #6311)
                 - 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