From 3b12bbb0d62c7ac89a035017e9b46d98a757b673 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Tue, 22 Apr 2014 09:27:48 +0100 Subject: [PATCH] regenerate docs and update history. --- doc/history.qbk | 6 ++++++ doc/html/boost_typetraits/history.html | 19 ++++++++++++++----- doc/html/index/s11.html | 2 +- doc/html/index/s12.html | 2 +- doc/html/index/s13.html | 2 +- doc/html/index/s14.html | 2 +- include/boost/type_traits/remove_cv.hpp | 2 +- 7 files changed, 25 insertions(+), 10 deletions(-) diff --git a/doc/history.qbk b/doc/history.qbk index 2dde9f8..eab17d1 100644 --- a/doc/history.qbk +++ b/doc/history.qbk @@ -7,6 +7,12 @@ [section:history History] +[h4 Boost 1.56.0] + +* Fixed issues [@https://svn.boost.org/trac/boost/ticket/7317 #7317], +[@https://svn.boost.org/trac/boost/ticket/9474 #9474]. + + [h4 Boost 1.55.0] * Added new trait __is_copy_constructible. diff --git a/doc/html/boost_typetraits/history.html b/doc/html/boost_typetraits/history.html index 78cea8a..b957b2e 100644 --- a/doc/html/boost_typetraits/history.html +++ b/doc/html/boost_typetraits/history.html @@ -28,6 +28,15 @@
+ Boost + 1.56.0 +
+
+
+ Boost 1.55.0
@@ -35,7 +44,7 @@ Added new trait is_copy_constructible.
- + Boost 1.54.0
@@ -46,7 +55,7 @@ has_trivial_move_constructor.
- + Boost 1.47.0
@@ -61,7 +70,7 @@
- + Boost 1.45.0
@@ -78,7 +87,7 @@
- + Boost 1.44.0
@@ -95,7 +104,7 @@
- + Boost 1.42.0
diff --git a/doc/html/index/s11.html b/doc/html/index/s11.html index a346240..1f9c4cc 100644 --- a/doc/html/index/s11.html +++ b/doc/html/index/s11.html @@ -24,7 +24,7 @@

-Class Index

+Class Index

A C D E F H I M N O P R T

diff --git a/doc/html/index/s12.html b/doc/html/index/s12.html index 329e366..64486a6 100644 --- a/doc/html/index/s12.html +++ b/doc/html/index/s12.html @@ -24,7 +24,7 @@

-Typedef Index

+Typedef Index

F R T

diff --git a/doc/html/index/s13.html b/doc/html/index/s13.html index ccc5a60..bbb245f 100644 --- a/doc/html/index/s13.html +++ b/doc/html/index/s13.html @@ -24,7 +24,7 @@

-Macro Index

+Macro Index

B

diff --git a/doc/html/index/s14.html b/doc/html/index/s14.html index 01d985e..05626dc 100644 --- a/doc/html/index/s14.html +++ b/doc/html/index/s14.html @@ -23,7 +23,7 @@

-Index

+Index

A B C D E F H I M N O P R T U

diff --git a/include/boost/type_traits/remove_cv.hpp b/include/boost/type_traits/remove_cv.hpp index 997a19f..9ba34a1 100644 --- a/include/boost/type_traits/remove_cv.hpp +++ b/include/boost/type_traits/remove_cv.hpp @@ -28,7 +28,7 @@ namespace detail{ template struct rvalue_ref_filter_rem_cv { - typedef typename boost::detail::cv_traits_imp::unqualified_type type; + typedef typename boost::detail::cv_traits_imp::unqualified_type type; }; #ifndef BOOST_NO_CXX11_RVALUE_REFERENCES