$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r54706 - branches/release/boost/config/compiler
From: john_at_[hidden]
Date: 2009-07-06 04:36:58
Author: johnmaddock
Date: 2009-07-06 04:36:57 EDT (Mon, 06 Jul 2009)
New Revision: 54706
URL: http://svn.boost.org/trac/boost/changeset/54706
Log:
Fix last known version.
Text files modified:
branches/release/boost/config/compiler/vacpp.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/boost/config/compiler/vacpp.hpp
==============================================================================
--- branches/release/boost/config/compiler/vacpp.hpp (original)
+++ branches/release/boost/config/compiler/vacpp.hpp 2009-07-06 04:36:57 EDT (Mon, 06 Jul 2009)
@@ -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