From f7d34f031720f75c833da9194a98b475a63e1691 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 7 Feb 2008 09:57:48 +0000 Subject: [PATCH] Merge sunpro update from Trunk. [SVN r43142] --- include/boost/config/compiler/sunpro_cc.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/config/compiler/sunpro_cc.hpp b/include/boost/config/compiler/sunpro_cc.hpp index afa04ce1..815b56db 100644 --- a/include/boost/config/compiler/sunpro_cc.hpp +++ b/include/boost/config/compiler/sunpro_cc.hpp @@ -84,8 +84,8 @@ #error "Compiler not supported or configured - please reconfigure" #endif // -// last known and checked version is 0x570: -#if (__SUNPRO_CC > 0x580) +// last known and checked version is 0x590: +#if (__SUNPRO_CC > 0x590) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # endif