I have had this in my tree for some time, but never got to apply it.
Georg, is there a reason why I should not?

JMarc

Index: boost/boost/config/compiler/gcc.hpp
===================================================================
--- boost/boost/config/compiler/gcc.hpp	(revision 16320)
+++ boost/boost/config/compiler/gcc.hpp	(working copy)
@@ -85,7 +85,7 @@
 #endif
 //
 // last known and checked version is 3.4:
-#if (__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 0))
+#if (__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 1))
 #  if defined(BOOST_ASSERT_CONFIG)
 #     error "Unknown compiler version - please run the configure tests and report the results"
 #  else

Reply via email to