forked from boostorg/config
add 8.0
[SVN r14253]
This commit is contained in:
@@ -23,11 +23,14 @@
|
|||||||
//# define BOOST_NO_FUNCTION_TEMPLATE_ORDERING
|
//# define BOOST_NO_FUNCTION_TEMPLATE_ORDERING
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
# if(__MWERKS__ <= 0x2406) || !defined(BOOST_STRICT_CONFIG) // 7.0 & 7.1
|
# if(__MWERKS__ <= 0x2406) // 7.0 & 7.1
|
||||||
# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
|
# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
|
||||||
# define BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS
|
# define BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
# if(__MWERKS__ <= 0x300) || !defined(BOOST_STRICT_CONFIG) // 8.0
|
||||||
|
# endif
|
||||||
|
|
||||||
#if !__option(wchar_type)
|
#if !__option(wchar_type)
|
||||||
# define BOOST_NO_INTRINSIC_WCHAR_T
|
# define BOOST_NO_INTRINSIC_WCHAR_T
|
||||||
#endif
|
#endif
|
||||||
@@ -42,8 +45,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 0x2406:
|
// last known and checked version is 0x3000:
|
||||||
#if (__MWERKS__ > 0x2406)
|
#if (__MWERKS__ > 0x3000)
|
||||||
# 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