take setup of version 60 if not STRICT_CONFIG

[SVN r19294]
This commit is contained in:
Toon Knapen
2003-07-24 07:52:37 +00:00
parent b06e5afde0
commit 55e6bd7132

View File

@@ -12,7 +12,7 @@
# define BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS # define BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS
#endif #endif
#if (__IBMCPP__ <= 502) || !defined(BOOST_STRICT_CONFIG) #if (__IBMCPP__ <= 502)
// Actually the compiler supports inclass member initialization but it // Actually the compiler supports inclass member initialization but it
// requires a definition for the class member and it doesn't recognize // requires a definition for the class member and it doesn't recognize
// it as an integral constant expression when used as a template argument. // it as an integral constant expression when used as a template argument.
@@ -21,7 +21,7 @@
# define BOOST_NO_MEMBER_TEMPLATE_KEYWORD # define BOOST_NO_MEMBER_TEMPLATE_KEYWORD
#endif #endif
#if (__IBMCPP__ <= 600) #if (__IBMCPP__ <= 600) || !defined(BOOST_STRICT_CONFIG)
#endif #endif
// //