mirror of
https://github.com/boostorg/function.git
synced 2025-07-29 20:37:14 +02:00
Newer Borland compiler still does not handle enable_if
[SVN r18064]
This commit is contained in:
@ -60,7 +60,7 @@ namespace boost { namespace python { namespace objects {
|
||||
#endif
|
||||
|
||||
// Borland C++ 5.6.0 doesn't support enable_if
|
||||
#if BOOST_WORKAROUND(__BORLANDC__, <= 0x562)
|
||||
#if BOOST_WORKAROUND(__BORLANDC__, <= 0x564)
|
||||
# define BOOST_FUNCTION_NO_ENABLE_IF
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user