Fixes for Intel, added version cutoff for obsolete MWERKS workaround

[SVN r12434]
This commit is contained in:
Dave Abrahams
2002-01-22 13:11:05 +00:00
parent 8635632937
commit 2fa9ee040b

View File

@ -25,7 +25,7 @@
#include <boost/type_traits.hpp>
#include <boost/ref.hpp>
#if defined(BOOST_MSVC) || defined(__MWERKS__)
#if defined(BOOST_MSVC_STD_ITERATOR) || defined(__MWERKS__) && __MWERKS__ < 0x2406
# define BOOST_FUNCTION_TARGET_FIX(x) x
#else
# define BOOST_FUNCTION_TARGET_FIX(x)