forked from boostorg/config
Ed Swartz of Metrowerks says __MWERKS__ will be 0x3202 for 9.2
[SVN r21505]
This commit is contained in:
@ -36,7 +36,7 @@
|
|||||||
# define BOOST_NO_SFINAE
|
# define BOOST_NO_SFINAE
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
# if(__MWERKS__ <= 0x3201) // 9.2
|
# if(__MWERKS__ <= 0x3202) // 9.2
|
||||||
# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
|
# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
@ -56,7 +56,7 @@
|
|||||||
# define BOOST_COMPILER_VERSION 8.2
|
# define BOOST_COMPILER_VERSION 8.2
|
||||||
# elif __MWERKS__ == 0x3003
|
# elif __MWERKS__ == 0x3003
|
||||||
# define BOOST_COMPILER_VERSION 8.3
|
# define BOOST_COMPILER_VERSION 8.3
|
||||||
# elif __MWERKS__ == 0x3201
|
# elif __MWERKS__ == 0x3202
|
||||||
# define BOOST_COMPILER_VERSION 9.2
|
# define BOOST_COMPILER_VERSION 9.2
|
||||||
# else
|
# else
|
||||||
# define BOOST_COMPILER_VERSION __MWERKS__
|
# define BOOST_COMPILER_VERSION __MWERKS__
|
||||||
@ -72,7 +72,7 @@
|
|||||||
#endif
|
#endif
|
||||||
//
|
//
|
||||||
// last known and checked version:
|
// last known and checked version:
|
||||||
#if (__MWERKS__ > 0x3201)
|
#if (__MWERKS__ > 0x3202)
|
||||||
# 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