summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/boost/config/compiler/gcc.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/boost/config/compiler/gcc.hpp b/include/boost/config/compiler/gcc.hpp
index e3c0324bad..f8dc97f703 100644
--- a/include/boost/config/compiler/gcc.hpp
+++ b/include/boost/config/compiler/gcc.hpp
@@ -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