forked from boostorg/function
Try to make IBM VisualAge C++ 6 happy
[SVN r22795]
This commit is contained in:
@ -633,9 +633,9 @@ template<typename R BOOST_FUNCTION_COMMA BOOST_FUNCTION_TEMPLATE_PARMS ,
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#define BOOST_FUNCTION_ENABLE_IF_NOT_INTEGRAL(Functor,Type) \
|
#define BOOST_FUNCTION_ENABLE_IF_NOT_INTEGRAL(Functor,Type) \
|
||||||
typename enable_if_c<(::boost::type_traits::ice_not< \
|
typename ::boost::enable_if_c<(::boost::type_traits::ice_not< \
|
||||||
(is_integral<Functor>::value)>::value), \
|
(::boost::is_integral<Functor>::value)>::value), \
|
||||||
Type>::type
|
Type>::type
|
||||||
|
|
||||||
// Comparisons between boost::function objects and arbitrary function objects
|
// Comparisons between boost::function objects and arbitrary function objects
|
||||||
|
Reference in New Issue
Block a user