forked from boostorg/config
BOOST_NO_SFINAE needs to be defined for all versions of this compiler.
[SVN r29248]
This commit is contained in:
@ -36,12 +36,9 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if (__BORLANDC__ <= 0x564)
|
||||
# define BOOST_NO_SFINAE
|
||||
#endif
|
||||
|
||||
// Version 7.0 (Kylix) and below:
|
||||
#if (__BORLANDC__ <= 0x570)
|
||||
# define BOOST_NO_SFINAE
|
||||
# define BOOST_NO_INTEGRAL_INT64_T
|
||||
# define BOOST_NO_DEPENDENT_NESTED_DERIVATIONS
|
||||
# define BOOST_NO_PRIVATE_IN_AGGREGATE
|
||||
|
Reference in New Issue
Block a user