forked from boostorg/function
Renamed BOOST_MSVC_ONLY to BOOST_FUNCTION_TARGET_FIX
Metrowerks needs the BOOST_FUNCTION_TARGET_FIX workaround [SVN r12144]
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user