mirror of
https://github.com/boostorg/function.git
synced 2025-07-23 01:17:14 +02:00
Fixes for Intel, added version cutoff for obsolete MWERKS workaround
[SVN r12434]
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user