diff --git a/include/boost/type_traits/is_convertible.hpp b/include/boost/type_traits/is_convertible.hpp index 799341b..72df747 100644 --- a/include/boost/type_traits/is_convertible.hpp +++ b/include/boost/type_traits/is_convertible.hpp @@ -25,9 +25,9 @@ #include #endif #include +#include #if defined(__MWERKS__) -#include #include #endif @@ -299,6 +299,9 @@ struct is_convertible_impl >::value, ::boost::type_traits::ice_not< ::boost::is_array::value + >::value, + ::boost::type_traits::ice_not< + ::boost::is_function::value >::value >::value) }; }; @@ -315,6 +318,9 @@ struct is_convertible_impl >::value, ::boost::type_traits::ice_not< ::boost::is_array::value + >::value, + ::boost::type_traits::ice_not< + ::boost::is_function::value >::value >::value) );