]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Recognize newer gccs as well.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 17 Feb 2004 12:00:48 +0000 (12:00 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 17 Feb 2004 12:00:48 +0000 (12:00 +0000)
git-svn-id: https://svn.dealii.org/trunk@8478 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/contrib/boost/include/boost/config/compiler/gcc.hpp

index 5c8e231cdea474280ac0238da7318c6d9e929350..43721c67a1ef121a3c4090ab29f46709ea688598 100644 (file)
@@ -73,8 +73,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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.