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 @@
+
+
@@ -35,7 +44,7 @@
Added new trait is_copy_constructible.
@@ -46,7 +55,7 @@
has_trivial_move_constructor.
@@ -61,7 +70,7 @@
@@ -78,7 +87,7 @@
@@ -95,7 +104,7 @@
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 @@
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 @@
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 @@
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 @@
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