MSVC 7.0 broken. Go figure

[SVN r16179]
This commit is contained in:
Douglas Gregor
2002-11-09 21:05:46 +00:00
parent 18d09833f7
commit 79fca4d1b2

View File

@ -53,8 +53,8 @@ namespace boost { namespace python { namespace objects {
# define BOOST_FUNCTION_NO_ENABLE_IF
#endif
// MSVC 6.0 doesn't support enable_if
#if defined(BOOST_MSVC) && BOOST_MSVC <= 1200 && !defined(BOOST_NO_CONFIG)
// MSVC 7.0 doesn't support enable_if
#if defined(BOOST_MSVC) && BOOST_MSVC <= 1300 && !defined(BOOST_NO_CONFIG)
# define BOOST_FUNCTION_NO_ENABLE_IF
#endif