don't give an error or warning with gcc 3.2 (current gcc main branch)

[SVN r13983]
This commit is contained in:
Jens Maurer
2002-05-20 10:53:04 +00:00
parent c039069703
commit 71bb9dcb7e

View File

@ -49,8 +49,8 @@
# error "Compiler not configured - please reconfigure"
#endif
//
// last known and checked version is 3.1:
#if (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ > 1))
// last known and checked version is 3.2:
#if (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ > 2))
# if defined(BOOST_ASSERT_CONFIG)
# error "Unknown compiler version - please run the configure tests and report the results"
# else