refined BOOST_NO_SFINAE conditions based on Doug Gregor's comments

[SVN r21127]
This commit is contained in:
Jaakko Järvi
2003-12-03 21:04:44 +00:00
parent 1677adf462
commit 8c1f422a49
3 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,9 @@
# define BOOST_NO_CV_VOID_SPECIALIZATIONS
# define BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS
# define BOOST_NO_DEDUCED_TYPENAME
#endif
#if (__BORLANDC__ <= 0x564)
# define BOOST_NO_SFINAE
#endif

View File

@ -19,6 +19,7 @@
#if (__EDG_VERSION__ <= 238)
# define BOOST_NO_INTEGRAL_INT64_T
# define BOOST_NO_SFINAE
#endif
#if (__EDG_VERSION__ <= 240)

View File

@ -62,6 +62,7 @@
// see http://lists.boost.org/MailArchives/boost/msg47184.php
// and http://lists.boost.org/MailArchives/boost/msg47220.php
# define BOOST_NO_INCLASS_MEMBER_INITIALIZATION
# define BOOST_NO_SFINAE
# endif
#define BOOST_COMPILER "Sun compiler version " BOOST_STRINGIZE(__SUNPRO_CC)