X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=boost%2Fboost%2Ffunction.hpp;h=1a5cca2b4efb8e68564e4129c3972e6f1728d33a;hb=b01a9dc187d9cd396a57463ad27511379dcdc9cd;hp=90336b1b6dad6f06ebd4d2c9329089d3a96256a6;hpb=2349a51b124cafaf65ca673f8e7fd931f4ba4961;p=lyx.git diff --git a/boost/boost/function.hpp b/boost/boost/function.hpp index 90336b1b6d..1a5cca2b4e 100644 --- a/boost/boost/function.hpp +++ b/boost/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