Compare commits

...

3 Commits

Author SHA1 Message Date
18693742af This commit was manufactured by cvs2svn to create tag
'Version_1_33_0'.

[SVN r30532]
2005-08-12 03:25:34 +00:00
f5f459f75e A trio of harmless IBM patches from Chris Cambly
[SVN r30338]
2005-07-31 13:51:53 +00:00
f2c7079a02 This commit was manufactured by cvs2svn to create branch 'RC_1_33_0'.
[SVN r30300]
2005-07-28 18:22:24 +00:00

View File

@ -22,7 +22,7 @@
#include <boost/function/detail/prologue.hpp> #include <boost/function/detail/prologue.hpp>
// Visual Age C++ doesn't handle the file iteration well // 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 # if BOOST_FUNCTION_MAX_ARGS >= 0
# include <boost/function/function0.hpp> # include <boost/function/function0.hpp>
# endif # endif