From 7581949360b6546137c3b041da090947937cd2bd Mon Sep 17 00:00:00 2001 From: Thomas Witt Date: Fri, 1 Jun 2007 16:12:08 +0000 Subject: [PATCH] Patches from Trac #583. [SVN r37846] --- include/boost/function.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/function.hpp b/include/boost/function.hpp index 1a5cca2..c3f3572 100644 --- a/include/boost/function.hpp +++ b/include/boost/function.hpp @@ -21,8 +21,8 @@ // in anything that may be included by function_template.hpp doesn't break #include -// Visual Age C++ doesn't handle the file iteration well -#if BOOST_WORKAROUND(__IBMCPP__, >= 500) +// Older versions of the IBM C++ compiler do not handle file iterations well +#if BOOST_WORKAROUND(__IBMCPP__, >= 500) && BOOST_WORKAROUND(__IBMCPP__, < 800) # if BOOST_FUNCTION_MAX_ARGS >= 0 # include # endif