forked from boostorg/config
refined BOOST_NO_SFINAE conditions based on Doug Gregor's comments
[SVN r21127]
This commit is contained in:
@ -25,6 +25,9 @@
|
|||||||
# define BOOST_NO_CV_VOID_SPECIALIZATIONS
|
# define BOOST_NO_CV_VOID_SPECIALIZATIONS
|
||||||
# define BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS
|
# define BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS
|
||||||
# define BOOST_NO_DEDUCED_TYPENAME
|
# define BOOST_NO_DEDUCED_TYPENAME
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if (__BORLANDC__ <= 0x564)
|
||||||
# define BOOST_NO_SFINAE
|
# define BOOST_NO_SFINAE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
|
|
||||||
#if (__EDG_VERSION__ <= 238)
|
#if (__EDG_VERSION__ <= 238)
|
||||||
# define BOOST_NO_INTEGRAL_INT64_T
|
# define BOOST_NO_INTEGRAL_INT64_T
|
||||||
|
# define BOOST_NO_SFINAE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (__EDG_VERSION__ <= 240)
|
#if (__EDG_VERSION__ <= 240)
|
||||||
|
@ -62,6 +62,7 @@
|
|||||||
// see http://lists.boost.org/MailArchives/boost/msg47184.php
|
// see http://lists.boost.org/MailArchives/boost/msg47184.php
|
||||||
// and http://lists.boost.org/MailArchives/boost/msg47220.php
|
// and http://lists.boost.org/MailArchives/boost/msg47220.php
|
||||||
# define BOOST_NO_INCLASS_MEMBER_INITIALIZATION
|
# define BOOST_NO_INCLASS_MEMBER_INITIALIZATION
|
||||||
|
# define BOOST_NO_SFINAE
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
#define BOOST_COMPILER "Sun compiler version " BOOST_STRINGIZE(__SUNPRO_CC)
|
#define BOOST_COMPILER "Sun compiler version " BOOST_STRINGIZE(__SUNPRO_CC)
|
||||||
|
Reference in New Issue
Block a user