mirror of
https://github.com/boostorg/function.git
synced 2025-07-25 10:27:14 +02:00
function_base.hpp: Borland's new update has the same enable_if bug
[SVN r16678]
This commit is contained in:
@ -60,7 +60,7 @@ namespace boost { namespace python { namespace objects {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Borland C++ 5.6.0 doesn't support enable_if
|
// Borland C++ 5.6.0 doesn't support enable_if
|
||||||
#if BOOST_WORKAROUND(__BORLANDC__, <= 0x561)
|
#if BOOST_WORKAROUND(__BORLANDC__, <= 0x562)
|
||||||
# define BOOST_FUNCTION_NO_ENABLE_IF
|
# define BOOST_FUNCTION_NO_ENABLE_IF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user