mirror of
https://github.com/boostorg/config.git
synced 2025-07-31 04:47:16 +02:00
Need BOOST_NO_IS_ABSTRACT even with latest compiler.
[SVN r32005]
This commit is contained in:
@ -64,6 +64,8 @@
|
|||||||
# 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
|
||||||
|
# endif
|
||||||
|
# if (__SUNPRO_CC <= 0x580)
|
||||||
# define BOOST_NO_IS_ABSTRACT
|
# define BOOST_NO_IS_ABSTRACT
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
@ -77,7 +79,7 @@
|
|||||||
#endif
|
#endif
|
||||||
//
|
//
|
||||||
// last known and checked version is 0x570:
|
// last known and checked version is 0x570:
|
||||||
#if (__SUNPRO_CC > 0x570)
|
#if (__SUNPRO_CC > 0x580)
|
||||||
# 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
|
||||||
|
Reference in New Issue
Block a user