]> git.donarmstrong.com Git - rsem.git/blobdiff - boost/type_traits/detail/cv_traits_impl.hpp
Updated boost to v1.55.0
[rsem.git] / boost / type_traits / detail / cv_traits_impl.hpp
index b3fa59505e5925312ca734fc79cb6a5ad3518479..ed20c9d41a35ce5e32ef21ddb4924ac74c1c021a 100644 (file)
@@ -77,7 +77,7 @@ namespace detail {
 // Use the implementation above for non function pointers
 template <typename T, unsigned Select 
   = (unsigned)sizeof(::boost::type_traits::gcc8503::mini_funcptr_tester((T)0)) >
-struct cv_traits_imp : ::boost::type_traits::gcc8503::cv_traits_imp<T> { };
+struct cv_traits_imp : public ::boost::type_traits::gcc8503::cv_traits_imp<T> { };
 
 // Functions are never cv-qualified
 template <typename T> struct cv_traits_imp<T*,1>