Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r86563 - in website/public_html/live: feed/history generated generated/state users/history
From: dnljms_at_[hidden]
Date: 2013-11-05 04:26:52


Author: danieljames
Date: 2013-11-05 04:26:52 EST (Tue, 05 Nov 2013)
New Revision: 86563
URL: http://svn.boost.org/trac/boost/changeset/86563

Log:
Add note about last minute msvc12 workaround.

Text files modified:
   website/public_html/live/feed/history/boost_1_55_0.qbk | 3 +++
   website/public_html/live/generated/dev.rss | 7 +++++++
   website/public_html/live/generated/state/feed-pages.txt | 4 ++--
   website/public_html/live/generated/state/rss-items.txt | 9 ++++++++-
   website/public_html/live/users/history/version_1_55_0.html | 7 +++++++
   5 files changed, 27 insertions(+), 3 deletions(-)

Modified: website/public_html/live/feed/history/boost_1_55_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_55_0.qbk Tue Nov 5 03:07:31 2013 (r86562)
+++ website/public_html/live/feed/history/boost_1_55_0.qbk 2013-11-05 04:26:52 EST (Tue, 05 Nov 2013) (r86563)
@@ -476,6 +476,9 @@
 * [phrase library..[@/libs/unordered/ Unordered]:]
   * Avoid some warnings ([ticket 8851], [ticket 8874]).
   * Avoid exposing some detail functions via. ADL on the iterators.
+ * Work around variadic parameter bug in Visual Studio 2013.
+ The compiler still has problems with initializer lists,
+ but it might not be possible to work around those.
 
 * [phrase library..[@/libs/utility/index.html Utility]:]
   * `boost::result_of` can be set to use TR1 protocol by default and fall back to `decltype` if the function object does not support it (like C++11 lambda functions, for example). Define `BOOST_RESULT_OF_USE_TR1_WITH_DECLTYPE_FALLBACK` configuration macro to enable this mode.

Modified: website/public_html/live/generated/dev.rss
==============================================================================
--- website/public_html/live/generated/dev.rss Tue Nov 5 03:07:31 2013 (r86562)
+++ website/public_html/live/generated/dev.rss 2013-11-05 04:26:52 EST (Tue, 05 Nov 2013) (r86563)
@@ -1497,6 +1497,13 @@
                 Avoid exposing some detail functions via. ADL on the iterators.
               </div>
             </li>
+ <li>
+ <div>
+ Work around variadic parameter bug in Visual Studio 2013. The compiler
+ still has problems with initializer lists, but it might not be possible
+ to work around those.
+ </div>
+ </li>
           </ul>
         </div>
       </li>

Modified: website/public_html/live/generated/state/feed-pages.txt
==============================================================================
--- website/public_html/live/generated/state/feed-pages.txt Tue Nov 5 03:07:31 2013 (r86562)
+++ website/public_html/live/generated/state/feed-pages.txt 2013-11-05 04:26:52 EST (Tue, 05 Nov 2013) (r86563)
@@ -2041,7 +2041,7 @@
 -id
 "version_1_55_0
 -last_modified
-.1383550970.59
+.1383643576.48
 -location
 "users/history/version_1_55_0.html
 -notice
@@ -2059,7 +2059,7 @@
 " Utility, Variant, Wave, xpressive.
 "
 -qbk_hash
-"12e49c8d07e37452de1462af512ba90bdb583f7d4e4af3df3c58fcd3f46ec0cc
+"260b4a0301a4103530433acdf5caf2c9dce12538f97e78b0bf43568528e91ba7
 -release_status
 "beta
 -title

Modified: website/public_html/live/generated/state/rss-items.txt
==============================================================================
--- website/public_html/live/generated/state/rss-items.txt Tue Nov 5 03:07:31 2013 (r86562)
+++ website/public_html/live/generated/state/rss-items.txt 2013-11-05 04:26:52 EST (Tue, 05 Nov 2013) (r86563)
@@ -21819,6 +21819,13 @@
 " Avoid exposing some detail functions via. ADL on the iterators.
 " </div>
 " </li>
+" <li>
+" <div>
+" Work around variadic parameter bug in Visual Studio 2013. The compiler
+" still has problems with initializer lists, but it might not be possible
+" to work around those.
+" </div>
+" </li>
 " </ul>
 " </div>
 " </li>
@@ -22134,7 +22141,7 @@
 " </div>
 "</description></item>
 -last_modified
-.1383550970.59
+.1383643576.48
 -quickbook
 "feed/history/boost_1_55_0.qbk
 )

Modified: website/public_html/live/users/history/version_1_55_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_55_0.html Tue Nov 5 03:07:31 2013 (r86562)
+++ website/public_html/live/users/history/version_1_55_0.html 2013-11-05 04:26:52 EST (Tue, 05 Nov 2013) (r86563)
@@ -1533,6 +1533,13 @@
                 Avoid exposing some detail functions via. ADL on the iterators.
               </div>
             </li>
+ <li>
+ <div>
+ Work around variadic parameter bug in Visual Studio 2013. The compiler
+ still has problems with initializer lists, but it might not be possible
+ to work around those.
+ </div>
+ </li>
           </ul>
         </div>
       </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