Renamed BOOST_MSVC_ONLY to BOOST_FUNCTION_TARGET_FIX

Metrowerks needs the BOOST_FUNCTION_TARGET_FIX workaround


[SVN r12144]
This commit is contained in:
Douglas Gregor
2001-12-24 17:10:47 +00:00
parent fb26630e37
commit d3daf6db42
3 changed files with 12 additions and 11 deletions

View File

@ -25,10 +25,10 @@
#include <boost/type_traits.hpp>
#include <boost/ref.hpp>
#ifdef BOOST_MSVC
# define BOOST_MSVC_ONLY(x) x
#if defined(BOOST_MSVC) || defined(__MWERKS__)
# define BOOST_FUNCTION_TARGET_FIX(x) x
#else
# define BOOST_MSVC_ONLY(x)
# define BOOST_FUNCTION_TARGET_FIX(x)
#endif // not MSVC
namespace boost {