[SVN r15113]
This commit is contained in:
Beman Dawes
2002-08-30 12:47:29 +00:00
parent e0d2db8a3d
commit b99b9771c1

View File

@@ -36,6 +36,8 @@
# define BOOST_COMPILER_VERSION 8.0 # define BOOST_COMPILER_VERSION 8.0
# elif __MWERKS__ == 0x3001 # elif __MWERKS__ == 0x3001
# define BOOST_COMPILER_VERSION 8.1 # define BOOST_COMPILER_VERSION 8.1
# elif __MWERKS__ == 0x3002
# define BOOST_COMPILER_VERSION 8.2
# else # else
# define BOOST_COMPILER_VERSION __MWERKS__ # define BOOST_COMPILER_VERSION __MWERKS__
# endif # endif
@@ -49,8 +51,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 0x3001: // last known and checked version:
#if (__MWERKS__ > 0x3001) #if (__MWERKS__ > 0x3002)
# 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