]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/function.hpp
typos
[lyx.git] / boost / boost / function.hpp
index 90336b1b6dad6f06ebd4d2c9329089d3a96256a6..1a5cca2b4efb8e68564e4129c3972e6f1728d33a 100644 (file)
@@ -22,7 +22,7 @@
 #include <boost/function/detail/prologue.hpp>
 
 // 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 <boost/function/function0.hpp>
 #  endif