Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77699 - in branches/release: boost/utility libs/utility/doc libs/utility/doc/html
From: vicente.botet_at_[hidden]
Date: 2012-04-01 16:16:58


Author: viboes
Date: 2012-04-01 16:16:57 EDT (Sun, 01 Apr 2012)
New Revision: 77699
URL: http://svn.boost.org/trac/boost/changeset/77699

Log:
Utility: Fix #6570
Text files modified:
   branches/release/boost/utility/declval.hpp | 9 +++++++--
   branches/release/libs/utility/doc/declval.qbk | 13 ++++++++++++-
   branches/release/libs/utility/doc/html/declval.html | 35 ++++++++++++++++++++++++++---------
   3 files changed, 45 insertions(+), 12 deletions(-)

Modified: branches/release/boost/utility/declval.hpp
==============================================================================
--- branches/release/boost/utility/declval.hpp (original)
+++ branches/release/boost/utility/declval.hpp 2012-04-01 16:16:57 EDT (Sun, 01 Apr 2012)
@@ -13,6 +13,7 @@
 //----------------------------------------------------------------------------//
 
 #include <boost/type_traits/add_rvalue_reference.hpp>
+//#include <boost/type_traits/add_lvalue_reference.hpp>
 
 //----------------------------------------------------------------------------//
 // //
@@ -36,9 +37,13 @@
 
 namespace boost {
 
+//#if !defined(BOOST_NO_RVALUE_REFERENCES)
     template <typename T>
- typename add_rvalue_reference<T>::type declval(); //noexcept; // as unevaluated operand
-
+ typename add_rvalue_reference<T>::type declval() BOOST_NOEXCEPT; // as unevaluated operand
+//#else
+// template <typename T>
+// typename add_lvalue_reference<T>::type declval() BOOST_NOEXCEPT; // as unevaluated operand
+//#endif
 } // namespace boost
 
 #endif // BOOST_TYPE_TRAITS_EXT_DECLVAL__HPP

Modified: branches/release/libs/utility/doc/declval.qbk
==============================================================================
--- branches/release/libs/utility/doc/declval.qbk (original)
+++ branches/release/libs/utility/doc/declval.qbk 2012-04-01 16:16:57 EDT (Sun, 01 Apr 2012)
@@ -14,7 +14,7 @@
     [authors [Botet Escriba, Vicente J.]]
     [copyright 2008 Howard Hinnant]
     [copyright 2008 Beman Dawes]
- [copyright 2009-2010 Vicente J. Botet Escriba]
+ [copyright 2009-2012 Vicente J. Botet Escriba]
     [license
         Distributed under the Boost Software License, Version 1.0.
         (See accompanying file LICENSE_1_0.txt or copy at
@@ -100,5 +100,16 @@
 
 [endsect]
 
+[/===============]
+[section History]
+[/===============]
+
+[heading boost 1.50]
 
+Fixes:
+
+* [@http://svn.boost.org/trac/boost/ticket/6570 #6570] Adding noexcept to boost::declval.
+
+
+[endsect]
 

Modified: branches/release/libs/utility/doc/html/declval.html
==============================================================================
--- branches/release/libs/utility/doc/html/declval.html (original)
+++ branches/release/libs/utility/doc/html/declval.html 2012-04-01 16:16:57 EDT (Sun, 01 Apr 2012)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Declval</title>
 <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.0">
 <link rel="home" href="declval.html" title="Declval">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -17,7 +17,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav"></div>
-<div class="article" lang="en">
+<div class="article">
 <div class="titlepage">
 <div>
 <div><h2 class="title">
@@ -35,9 +35,9 @@
 </div></div>
 <div><p class="copyright">Copyright &#169; 2008 Howard Hinnant</p></div>
 <div><p class="copyright">Copyright &#169; 2008 Beman Dawes</p></div>
-<div><p class="copyright">Copyright &#169; 2009 -2010 Vicente J. Botet Escriba</p></div>
+<div><p class="copyright">Copyright &#169; 2009 -2012 Vicente J. Botet Escriba</p></div>
 <div><div class="legalnotice">
-<a name="id879409"></a><p>
+<a name="idp13448880"></a><p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>
@@ -49,10 +49,11 @@
 <p><b>Table of Contents</b></p>
 <dl>
 <dt><span class="section">Overview</span></dt>
-<dt><span class="section"> Reference </span></dt>
+<dt><span class="section">Reference </span></dt>
+<dt><span class="section">History</span></dt>
 </dl>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="declval.overview"></a><a class="link" href="declval.html#declval.overview" title="Overview">Overview</a>
 </h2></div></div></div>
@@ -112,9 +113,9 @@
       function is expected to be part of the daily tool-box of the C++0x programmer.
     </p>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="declval.reference"></a><a class="link" href="declval.html#declval.reference" title="Reference"> Reference </a>
+<a name="declval.reference"></a><a class="link" href="declval.html#declval.reference" title="Reference">Reference </a>
 </h2></div></div></div>
 <p>
       <code class="computeroutput"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">utility</span><span class="special">/</span><span class="identifier">declval</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
@@ -152,9 +153,25 @@
       if the type From can be explicitly converted to type To.
     </p>
 </div>
+<div class="section">
+<div class="titlepage"><div><div><h2 class="title" style="clear: both">
+<a name="declval.history"></a><a class="link" href="declval.html#declval.history" title="History">History</a>
+</h2></div></div></div>
+<a name="declval.history.boost_1_50"></a><h4>
+<a name="idp13551456"></a>
+ <a class="link" href="declval.html#declval.history.boost_1_50">boost 1.50</a>
+ </h4>
+<p>
+ Fixes:
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ #6570
+ Adding noexcept to boost::declval.
+ </li></ul></div>
+</div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: September 16, 2010 at 16:19:10 GMT</small></p></td>
+<td align="left"><p><small>Last revised: April 01, 2012 at 20:13:37 GMT</small></p></td>
 <td align="right"><div class="copyright-footer"></div></td>
 </tr></table>
 <hr>


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