forked from boostorg/config
update for vacpp version 6.0
[SVN r18698]
This commit is contained in:
@ -12,10 +12,6 @@
|
|||||||
# define BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS
|
# define BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (__IBMCPP__ <= 502)
|
|
||||||
# define BOOST_NO_MEMBER_TEMPLATE_KEYWORD
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if (__IBMCPP__ <= 502) || !defined(BOOST_STRICT_CONFIG)
|
#if (__IBMCPP__ <= 502) || !defined(BOOST_STRICT_CONFIG)
|
||||||
// Actually the compiler supports inclass member initialization but it
|
// Actually the compiler supports inclass member initialization but it
|
||||||
// requires a definition for the class member and it doesn't recognize
|
// requires a definition for the class member and it doesn't recognize
|
||||||
@ -24,6 +20,10 @@
|
|||||||
# define BOOST_NO_INTEGRAL_INT64_T
|
# define BOOST_NO_INTEGRAL_INT64_T
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if (__IBMCPP__ <= 600)
|
||||||
|
# define BOOST_NO_MEMBER_TEMPLATE_KEYWORD
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// On AIX thread support seems to be indicated by _THREAD_SAFE:
|
// On AIX thread support seems to be indicated by _THREAD_SAFE:
|
||||||
//
|
//
|
||||||
@ -40,8 +40,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 500:
|
// last known and checked version is 600:
|
||||||
#if (__IBMCPP__ > 502)
|
#if (__IBMCPP__ > 600)
|
||||||
# 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