]> git.donarmstrong.com Git - rsem.git/blobdiff - boost/type_traits/is_fundamental.hpp
Updated boost to v1.55.0
[rsem.git] / boost / type_traits / is_fundamental.hpp
index 6aff7dd19c44dd3ad6d1ce168f55807c80334391..138e29688763462ef976706f322e72136d2cf015 100644 (file)
@@ -22,7 +22,7 @@ namespace detail {
 
 template <typename T> 
 struct is_fundamental_impl
-    : ::boost::type_traits::ice_or< 
+    : public ::boost::type_traits::ice_or< 
           ::boost::is_arithmetic<T>::value
         , ::boost::is_void<T>::value
         >