Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83861 - in website/public_html/live: generated generated/state users/history
From: dnljms_at_[hidden]
Date: 2013-04-13 08:31:39


Author: danieljames
Date: 2013-04-13 08:31:37 EDT (Sat, 13 Apr 2013)
New Revision: 83861
URL: http://svn.boost.org/trac/boost/changeset/83861

Log:
Rebuild
Text files modified:
   website/public_html/live/generated/dev.rss | 20 ++++++++++----------
   website/public_html/live/generated/state/feed-pages.txt | 4 ++--
   website/public_html/live/generated/state/rss-items.txt | 22 +++++++++++-----------
   website/public_html/live/users/history/version_1_54_0.html | 20 ++++++++++----------
   4 files changed, 33 insertions(+), 33 deletions(-)

Modified: website/public_html/live/generated/dev.rss
==============================================================================
--- website/public_html/live/generated/dev.rss (original)
+++ website/public_html/live/generated/dev.rss 2013-04-13 08:31:37 EDT (Sat, 13 Apr 2013)
@@ -25,11 +25,17 @@
     <ul>
       <li>
         <div>
- <span class="library"><a href="http://www.boost.org/libs/context/">Context</a>:</span>
+ <span class="library"><a href="http://www.boost.org/libs/algorithm/">Algorithm</a>:</span>
           <ul>
             <li>
               <div>
- Support for SPARC architecture added.
+ The return types for copy_while and copy_until have been changed.
+ This is an interface change. If you were using the return values
+ from these functions, then you will have to modify your code. Instead
+ of just returning the modified <code><span class="identifier">OutputIterator</span></code>,
+ these functions now return a <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span><span class="identifier">InputIterator</span><span class="special">,</span> <span class="identifier">OutputIterator</span><span class="special">></span></code>. If this change affects your
+ code, the simplest change is to add a <code><span class="special">.</span><span class="identifier">second</span></code> to the end of the call,
+ which will get you the same behavior that you had before.
               </div>
             </li>
           </ul>
@@ -37,17 +43,11 @@
       </li>
       <li>
         <div>
- <span class="library"><a href="http://www.boost.org/libs/algorithm/">Algorithm</a>:</span>
+ <span class="library"><a href="http://www.boost.org/libs/context/">Context</a>:</span>
           <ul>
             <li>
               <div>
- The return types for copy_while and copy_until have been changed.
- This is an interface change. If you were using the return values
- from these functions, then you will have to modify your code. Instead
- of just returning the modified <code><span class="identifier">OutputIterator</span></code>,
- these functions now return a <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span><span class="identifier">InputIterator</span><span class="special">,</span> <span class="identifier">OutputIterator</span><span class="special">></span></code>. If this change affects your
- code, the simplest change is to add a <code><span class="special">.</span><span class="identifier">second</span></code> to the end of the call,
- which will get you the same behavior that you had before.
+ Support for SPARC architecture added.
               </div>
             </li>
           </ul>

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 2013-04-13 08:31:37 EDT (Sat, 13 Apr 2013)
@@ -2004,7 +2004,7 @@
 -id
 "version_1_54_0
 -last_modified
-.1361955956.81
+.1365856270.62
 -location
 "users/history/version_1_54_0.html
 -notice
@@ -2017,7 +2017,7 @@
 " New Libraries: Updated Libraries:
 "
 -qbk_hash
-"1124a2b0c6cdb7c7b9f6811ef8e21f9f1f426c92882df2cd8e174a19429b1ca5
+"02cf32342f3f6ff8ed1167d597d464fb48188d43a97f76d3d95992cc6e57c64e
 -release_status
 "dev
 -title

Modified: website/public_html/live/generated/state/rss-items.txt
==============================================================================
--- website/public_html/live/generated/state/rss-items.txt (original)
+++ website/public_html/live/generated/state/rss-items.txt 2013-04-13 08:31:37 EDT (Sat, 13 Apr 2013)
@@ -18649,11 +18649,17 @@
 " <ul>
 " <li>
 " <div>
-" <span class="library"><a href="http://www.boost.org/libs/context/">Context</a>:</span>
+" <span class="library"><a href="http://www.boost.org/libs/algorithm/">Algorithm</a>:</span>
 " <ul>
 " <li>
 " <div>
-" Support for SPARC architecture added.
+" The return types for copy_while and copy_until have been changed.
+" This is an interface change. If you were using the return values
+" from these functions, then you will have to modify your code. Instead
+" of just returning the modified <code><span class="identifier">OutputIterator</span></code>,
+" these functions now return a <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span><span class="identifier">InputIterator</span><span class="special">,</span> <span class="identifier">OutputIterator</span><span class="special">></span></code>. If this change affects your
+" code, the simplest change is to add a <code><span class="special">.</span><span class="identifier">second</span></code> to the end of the call,
+" which will get you the same behavior that you had before.
 " </div>
 " </li>
 " </ul>
@@ -18661,17 +18667,11 @@
 " </li>
 " <li>
 " <div>
-" <span class="library"><a href="http://www.boost.org/libs/algorithm/">Algorithm</a>:</span>
+" <span class="library"><a href="http://www.boost.org/libs/context/">Context</a>:</span>
 " <ul>
 " <li>
 " <div>
-" The return types for copy_while and copy_until have been changed.
-" This is an interface change. If you were using the return values
-" from these functions, then you will have to modify your code. Instead
-" of just returning the modified <code><span class="identifier">OutputIterator</span></code>,
-" these functions now return a <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span><span class="identifier">InputIterator</span><span class="special">,</span> <span class="identifier">OutputIterator</span><span class="special">></span></code>. If this change affects your
-" code, the simplest change is to add a <code><span class="special">.</span><span class="identifier">second</span></code> to the end of the call,
-" which will get you the same behavior that you had before.
+" Support for SPARC architecture added.
 " </div>
 " </li>
 " </ul>
@@ -18727,7 +18727,7 @@
 " </div>
 "</description></item>
 -last_modified
-.1361955956.81
+.1365856270.62
 -quickbook
 "feed/history/boost_1_54_0.qbk
 )

Modified: website/public_html/live/users/history/version_1_54_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_54_0.html (original)
+++ website/public_html/live/users/history/version_1_54_0.html 2013-04-13 08:31:37 EDT (Sat, 13 Apr 2013)
@@ -61,11 +61,17 @@
     <ul>
       <li>
         <div>
- <span class="library">Context:</span>
+ <span class="library">Algorithm:</span>
           <ul>
             <li>
               <div>
- Support for SPARC architecture added.
+ The return types for copy_while and copy_until have been changed.
+ This is an interface change. If you were using the return values
+ from these functions, then you will have to modify your code. Instead
+ of just returning the modified <code><span class="identifier">OutputIterator</span></code>,
+ these functions now return a <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span><span class="identifier">InputIterator</span><span class="special">,</span> <span class="identifier">OutputIterator</span><span class="special">&gt;</span></code>. If this change affects your
+ code, the simplest change is to add a <code><span class="special">.</span><span class="identifier">second</span></code> to the end of the call,
+ which will get you the same behavior that you had before.
               </div>
             </li>
           </ul>
@@ -73,17 +79,11 @@
       </li>
       <li>
         <div>
- <span class="library">Algorithm:</span>
+ <span class="library">Context:</span>
           <ul>
             <li>
               <div>
- The return types for copy_while and copy_until have been changed.
- This is an interface change. If you were using the return values
- from these functions, then you will have to modify your code. Instead
- of just returning the modified <code><span class="identifier">OutputIterator</span></code>,
- these functions now return a <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span><span class="identifier">InputIterator</span><span class="special">,</span> <span class="identifier">OutputIterator</span><span class="special">&gt;</span></code>. If this change affects your
- code, the simplest change is to add a <code><span class="special">.</span><span class="identifier">second</span></code> to the end of the call,
- which will get you the same behavior that you had before.
+ Support for SPARC architecture added.
               </div>
             </li>
           </ul>


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