diff --git a/include/boost/type_traits/cv_traits.hpp b/include/boost/type_traits/cv_traits.hpp index b10eac6..514e0c1 100644 --- a/include/boost/type_traits/cv_traits.hpp +++ b/include/boost/type_traits/cv_traits.hpp @@ -191,7 +191,7 @@ namespace detail{ namespace detail { - template + template struct is_const_impl : ::boost::type_traits::false_unary_metafunction {}; @@ -257,7 +257,7 @@ struct is_const namespace detail { - template + template struct is_volatile_impl : ::boost::type_traits::false_unary_metafunction {}; @@ -397,3 +397,4 @@ struct add_cv{ typedef T& type; }; +