define BOOST_NO_INCLASS_MEMBER_INITIALIZATION for Sun

[SVN r18365]
This commit is contained in:
Aleksey Gurtovoy
2003-05-08 12:10:36 +00:00
parent 3fc4ccd640
commit cd2fdac9f5

View File

@ -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)