Add support for gcc 3.2
authorChris Lattner <sabre@nondot.org>
Tue, 17 Sep 2002 23:38:38 +0000 (23:38 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 17 Sep 2002 23:38:38 +0000 (23:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3795 91177308-0d34-0410-b5e6-96231b3b80d8

include/boost/config/compiler/gcc.hpp

index e3c0324bad59fbb6568635c2e44fa83fca026724..f8dc97f7036a0963a895985052b693f5565e5710 100644 (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