- Bump GCC version accepted to 3.1


[SVN r12476]
This commit is contained in:
Douglas Gregor
2002-01-24 13:31:39 +00:00
parent 3cc12ab7e0
commit 810fea3ae9

View File

@ -50,7 +50,7 @@
#endif
//
// last known and checked version is 3.0:
#if (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ > 0))
#if (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ > 1))
# if defined(BOOST_ASSERT_CONFIG)
# error "Unknown compiler version - please run the configure tests and report the results"
# else