diff --git a/doc/declval.qbk b/doc/declval.qbk index 67e82d2..10080aa 100644 --- a/doc/declval.qbk +++ b/doc/declval.qbk @@ -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 @@ Declares a function template convert which only participats in overloading if th [endsect] +[/===============] +[section History] +[/===============] +[heading boost 1.50] + +Fixes: + +* [@http://svn.boost.org/trac/boost/ticket/6570 #6570] Adding noexcept to boost::declval. + + +[endsect] diff --git a/doc/html/declval.html b/doc/html/declval.html index a2c5a01..dff3a83 100644 --- a/doc/html/declval.html +++ b/doc/html/declval.html @@ -3,7 +3,7 @@
Copyright © 2008 Howard Hinnant
Copyright © 2008 Beman Dawes
Copyright © 2009 -2010 Vicente J. Botet Escriba
Copyright © 2009 -2012 Vicente J. Botet Escriba
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)
@@ -49,10 +49,11 @@Table of Contents
#include <boost/utility/declval.hpp>
@@ -152,9 +153,25 @@
if the type From can be explicitly converted to type To.
Last revised: September 16, 2010 at 16:19:10 GMT |
+Last revised: April 01, 2012 at 20:13:37 GMT |