From b8ef34c0437d5f8a01979f79554b95d14ec2857e Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 12 Aug 2005 13:02:37 +0000 Subject: [PATCH] Merged from 1.33.0 release [SVN r30540] --- include/boost/function.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/function.hpp b/include/boost/function.hpp index 90336b1..1a5cca2 100644 --- a/include/boost/function.hpp +++ b/include/boost/function.hpp @@ -22,7 +22,7 @@ #include // Visual Age C++ doesn't handle the file iteration well -#if BOOST_WORKAROUND(__IBMCPP__, <= 600) +#if BOOST_WORKAROUND(__IBMCPP__, >= 500) # if BOOST_FUNCTION_MAX_ARGS >= 0 # include # endif