From 960f3b5e8ed9d2d73d8a7558967e7fb0dcab7c00 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 6 Jul 2009 08:36:57 +0000 Subject: [PATCH] Fix last known version. [SVN r54706] --- include/boost/config/compiler/vacpp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/compiler/vacpp.hpp b/include/boost/config/compiler/vacpp.hpp index 165408dd..b526a6b0 100644 --- a/include/boost/config/compiler/vacpp.hpp +++ b/include/boost/config/compiler/vacpp.hpp @@ -47,7 +47,7 @@ #endif // // last known and checked version is 600: -#if (__IBMCPP__ > 600) +#if (__IBMCPP__ > 1010) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # endif