diff --git a/include/boost/function/function_template.hpp b/include/boost/function/function_template.hpp index bfcca53..21d26fe 100644 --- a/include/boost/function/function_template.hpp +++ b/include/boost/function/function_template.hpp @@ -633,9 +633,9 @@ template::value)>::value), \ +#define BOOST_FUNCTION_ENABLE_IF_NOT_INTEGRAL(Functor,Type) \ + typename ::boost::enable_if_c<(::boost::type_traits::ice_not< \ + (::boost::is_integral::value)>::value), \ Type>::type // Comparisons between boost::function objects and arbitrary function objects