This works with GCC 3.4 also
authorChris Lattner <sabre@nondot.org>
Wed, 5 Nov 2003 01:31:12 +0000 (01:31 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 5 Nov 2003 01:31:12 +0000 (01:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9717 91177308-0d34-0410-b5e6-96231b3b80d8

include/boost/config/compiler/gcc.hpp

index 94b36fe8a141bf44a32718418a70118a17367146..aed95465c9c4b52cfd1e46e61f709b96195b6116 100644 (file)
@@ -49,8 +49,8 @@
 #  error "Compiler not configured - please reconfigure"
 #endif
 //
-// last known and checked version is 3.3:
-#if (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ > 3))
+// last known and checked version is 3.4:
+#if (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ > 4))
 #  if defined(BOOST_ASSERT_CONFIG)
 #     error "Unknown compiler version - please run the configure tests and report the results"
 #  else