From ae11f21513fc01ec80c70c8326f9f936288949c3 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 12 May 2004 00:39:00 +0000 Subject: [PATCH] Try to make IBM VisualAge C++ 6 happy [SVN r22795] --- include/boost/function/function_template.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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