From f5f459f75ee39407d1621b8403da64b8b9b0ba34 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sun, 31 Jul 2005 13:51:53 +0000 Subject: [PATCH] A trio of harmless IBM patches from Chris Cambly [SVN r30338] --- 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