Added BOOST_NO_IS_ABSTRACT to sunpro and metrowerks configs.

[SVN r26494]
This commit is contained in:
John Maddock
2004-12-14 12:51:01 +00:00
parent 3bad820e69
commit 1c0606f745
2 changed files with 5 additions and 3 deletions

View File

@ -39,6 +39,7 @@
# if(__MWERKS__ <= 0x3204) // 9.3 # if(__MWERKS__ <= 0x3204) // 9.3
# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS # define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
# define BOOST_NO_IS_ABSTRACT
# endif # endif
#if !__option(wchar_type) #if !__option(wchar_type)

View File

@ -34,7 +34,7 @@
# define BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION # define BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
# endif # endif
# if (__SUNPRO_CC <= 0x530) || !defined(BOOST_STRICT_CONFIG) # if (__SUNPRO_CC <= 0x530)
// Requesting debug info (-g) with Boost.Python results // Requesting debug info (-g) with Boost.Python results
// in an internal compiler error for "static const" // in an internal compiler error for "static const"
// initialized in-class. // initialized in-class.
@ -64,6 +64,7 @@
# define BOOST_NO_INCLASS_MEMBER_INITIALIZATION # define BOOST_NO_INCLASS_MEMBER_INITIALIZATION
# define BOOST_NO_SFINAE # define BOOST_NO_SFINAE
# define BOOST_NO_ARRAY_TYPE_SPECIALIZATIONS # define BOOST_NO_ARRAY_TYPE_SPECIALIZATIONS
# define BOOST_NO_IS_ABSTRACT
# endif # endif
#define BOOST_COMPILER "Sun compiler version " BOOST_STRINGIZE(__SUNPRO_CC) #define BOOST_COMPILER "Sun compiler version " BOOST_STRINGIZE(__SUNPRO_CC)
@ -75,8 +76,8 @@
#error "Compiler not supported or configured - please reconfigure" #error "Compiler not supported or configured - please reconfigure"
#endif #endif
// //
// last known and checked version is 0x530: // last known and checked version is 0x540:
#if (__SUNPRO_CC > 0x530) #if (__SUNPRO_CC > 0x540)
# if defined(BOOST_ASSERT_CONFIG) # if defined(BOOST_ASSERT_CONFIG)
# error "Unknown compiler version - please run the configure tests and report the results" # error "Unknown compiler version - please run the configure tests and report the results"
# endif # endif