From 221a4bacb8183b2fd949c1748015cf73ec5f675e Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 22 Mar 2005 10:55:03 +0000 Subject: [PATCH] Previous commit was buggy, test should be < not <=. [SVN r27765] --- 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 e54947e3..eca19feb 100644 --- a/include/boost/config/compiler/sunpro_cc.hpp +++ b/include/boost/config/compiler/sunpro_cc.hpp @@ -57,7 +57,7 @@ # define BOOST_NO_INTEGRAL_INT64_T # endif -# if (__SUNPRO_CC <= 0x570) +# if (__SUNPRO_CC < 0x570) # define BOOST_NO_TEMPLATE_TEMPLATES // see http://lists.boost.org/MailArchives/boost/msg47184.php // and http://lists.boost.org/MailArchives/boost/msg47220.php