MIPSpro 7.3.1.3m can't support enable_if

[SVN r16175]
This commit is contained in:
Douglas Gregor
2002-11-09 16:26:47 +00:00
parent 17b311cbbd
commit 5574a6e97d

View File

@ -47,6 +47,9 @@ namespace boost { namespace python { namespace objects {
#if defined(__GNUC__) && __GNUC__ < 3 || ( __GNUC__ == 3 && __GNUC_MINOR__ <= 2 ) && !(BOOST_NO_CONFIG)
# define BOOST_FUNCTION_NO_ENABLE_IF
#endif
#if defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730 && !defined(BOOST_NO_CONFIG)
# define BOOST_FUNCTION_NO_ENABLE_IF
#endif
#if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION)
namespace boost {