mirror of
https://github.com/boostorg/function.git
synced 2025-07-26 02:47:16 +02:00
Borland C++ 5.6.0 doesn't handle enable_if
[SVN r16262]
This commit is contained in:
@ -58,8 +58,8 @@ namespace boost { namespace python { namespace objects {
|
|||||||
# define BOOST_FUNCTION_NO_ENABLE_IF
|
# define BOOST_FUNCTION_NO_ENABLE_IF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Borland C++ 5.5.1 doesn't support enable_if
|
// Borland C++ 5.6.0 doesn't support enable_if
|
||||||
#if defined(__BORLANDC__) && __BORLANDC__ <= 0x551 && !defined(BOOST_NO_CONFIG)
|
#if defined(__BORLANDC__) && __BORLANDC__ <= 0x560 && !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