diff --git a/include/boost/config/compiler/sunpro_cc.hpp b/include/boost/config/compiler/sunpro_cc.hpp index 512197b9..ad4c1c93 100644 --- a/include/boost/config/compiler/sunpro_cc.hpp +++ b/include/boost/config/compiler/sunpro_cc.hpp @@ -14,14 +14,14 @@ # if (__SUNPRO_CC <= 0x520) // - // Sunpro 5.3 and later: + // Sunpro 5.2 and earler: // - // although sunpro 5.3 supports the syntax for + // although sunpro 5.2 supports the syntax for // inline initialization it often gets the value // wrong, especially where the value is computed // from other constants (J Maddock 6th May 2001) # define BOOST_NO_INCLASS_MEMBER_INITIALIZATION - // although sunpro 5.3 supports the syntax for + // although sunpro 5.2 supports the syntax for // partial specialization, it often seems to // bind to the wrong specialization. Better // to disable it until suppport becomes more stable @@ -52,3 +52,4 @@ +