Markus Troyer correctly pointed out that BOOST_NO_INCLASS_MEMBER_INITIALIZATION should

not be defined for version 6


[SVN r23369]
This commit is contained in:
Toon Knapen
2004-07-06 12:50:06 +00:00
parent 2237e5ae02
commit 719e2aa70f

View File

@ -26,7 +26,6 @@
#endif
#if (__IBMCPP__ <= 600) || !defined(BOOST_STRICT_CONFIG)
# define BOOST_NO_INCLASS_MEMBER_INITIALIZATION
# define BOOST_NO_POINTER_TO_MEMBER_TEMPLATE_PARAMETERS
#endif