|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r62622 - trunk/boost
From: jewillco_at_[hidden]
Date: 2010-06-08 20:49:46
Author: jewillco
Date: 2010-06-08 20:49:45 EDT (Tue, 08 Jun 2010)
New Revision: 62622
URL: http://svn.boost.org/trac/boost/changeset/62622
Log:
Applied patch from #3912; fixes #3912
Text files modified:
trunk/boost/function.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/boost/function.hpp
==============================================================================
--- trunk/boost/function.hpp (original)
+++ trunk/boost/function.hpp 2010-06-08 20:49:45 EDT (Tue, 08 Jun 2010)
@@ -23,8 +23,8 @@
// in anything that may be included by function_template.hpp doesn't break
#include <boost/function/detail/prologue.hpp>
-// Visual Age C++ doesn't handle the file iteration well
-#if BOOST_WORKAROUND(__IBMCPP__, >= 500)
+// Older Visual Age C++ version do not handle the file iteration well
+#if BOOST_WORKAROUND(__IBMCPP__, >= 500) && BOOST_WORKAROUND(__IBMCPP__, < 800)
# if BOOST_FUNCTION_MAX_ARGS >= 0
# include <boost/function/function0.hpp>
# endif
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk