]> git.donarmstrong.com Git - rsem.git/blobdiff - boost/type_traits/promote.hpp
Updated boost to v1.55.0
[rsem.git] / boost / type_traits / promote.hpp
index 14efad47eefd0b3d61560b3d0ed8391ea63ca1e5..60f6278badb9e8491c18b2533dff4e545576822b 100644 (file)
@@ -19,7 +19,7 @@ namespace detail {
 
 template<class T>
 struct promote_impl
-  : integral_promotion<
+  : public integral_promotion<
         BOOST_DEDUCED_TYPENAME floating_point_promotion<T>::type
       >
 {