From bb22ab3c5f58600beccd0101ecd84f7b9577cd27 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Fri, 18 Aug 2017 08:04:06 +0100 Subject: [PATCH] Update sunpro_cc.hpp --- include/boost/config/compiler/sunpro_cc.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/compiler/sunpro_cc.hpp b/include/boost/config/compiler/sunpro_cc.hpp index 56901840..54ad77a3 100644 --- a/include/boost/config/compiler/sunpro_cc.hpp +++ b/include/boost/config/compiler/sunpro_cc.hpp @@ -202,7 +202,7 @@ #error "Compiler not supported or configured - please reconfigure" #endif // -// last known and checked version is 0x590: +// last known and checked version: #if (__SUNPRO_CC > 0x5150) # if defined(BOOST_ASSERT_CONFIG) # error "Boost.Config is older than your compiler - please check for an updated Boost release."