mirror of
https://github.com/boostorg/function.git
synced 2025-07-29 12:27:15 +02:00
MSVC 7.0 broken. Go figure
[SVN r16179]
This commit is contained in:
@ -53,8 +53,8 @@ namespace boost { namespace python { namespace objects {
|
|||||||
# define BOOST_FUNCTION_NO_ENABLE_IF
|
# define BOOST_FUNCTION_NO_ENABLE_IF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// MSVC 6.0 doesn't support enable_if
|
// MSVC 7.0 doesn't support enable_if
|
||||||
#if defined(BOOST_MSVC) && BOOST_MSVC <= 1200 && !defined(BOOST_NO_CONFIG)
|
#if defined(BOOST_MSVC) && BOOST_MSVC <= 1300 && !defined(BOOST_NO_CONFIG)
|
||||||
# define BOOST_FUNCTION_NO_ENABLE_IF
|
# define BOOST_FUNCTION_NO_ENABLE_IF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user