X-Git-Url: https://git.donarmstrong.com/?p=rsem.git;a=blobdiff_plain;f=boost%2Ftype_traits%2Fis_fundamental.hpp;fp=boost%2Ftype_traits%2Fis_fundamental.hpp;h=138e29688763462ef976706f322e72136d2cf015;hp=6aff7dd19c44dd3ad6d1ce168f55807c80334391;hb=2d71eb92104693ca9baa5a2e1c23eeca776d8fd3;hpb=da57529b92adbb7ae74a89861cb39fb35ac7c62d diff --git a/boost/type_traits/is_fundamental.hpp b/boost/type_traits/is_fundamental.hpp index 6aff7dd..138e296 100644 --- a/boost/type_traits/is_fundamental.hpp +++ b/boost/type_traits/is_fundamental.hpp @@ -22,7 +22,7 @@ namespace detail { template struct is_fundamental_impl - : ::boost::type_traits::ice_or< + : public ::boost::type_traits::ice_or< ::boost::is_arithmetic::value , ::boost::is_void::value >