From cd2fdac9f5ef5b4db6fad320f5aacbd6cfd7d3cc Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Thu, 8 May 2003 12:10:36 +0000 Subject: [PATCH] define BOOST_NO_INCLASS_MEMBER_INITIALIZATION for Sun [SVN r18365] --- include/boost/config/compiler/sunpro_cc.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/boost/config/compiler/sunpro_cc.hpp b/include/boost/config/compiler/sunpro_cc.hpp index f91c0292..08796b0a 100644 --- a/include/boost/config/compiler/sunpro_cc.hpp +++ b/include/boost/config/compiler/sunpro_cc.hpp @@ -47,6 +47,9 @@ # if (__SUNPRO_CC <= 0x540) || !defined(BOOST_STRICT_CONFIG) # define BOOST_NO_TEMPLATE_TEMPLATES + // see http://lists.boost.org/MailArchives/boost/msg47184.php + // and http://lists.boost.org/MailArchives/boost/msg47220.php +# define BOOST_NO_INCLASS_MEMBER_INITIALIZATION # endif #define BOOST_COMPILER "Sun compiler version " BOOST_STRINGIZE(__SUNPRO_CC)