From 55e6bd71321bdc815eb2b78cab6c29adec625c15 Mon Sep 17 00:00:00 2001 From: Toon Knapen Date: Thu, 24 Jul 2003 07:52:37 +0000 Subject: [PATCH] take setup of version 60 if not STRICT_CONFIG [SVN r19294] --- include/boost/config/compiler/vacpp.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/config/compiler/vacpp.hpp b/include/boost/config/compiler/vacpp.hpp index 6726d761..5398110a 100644 --- a/include/boost/config/compiler/vacpp.hpp +++ b/include/boost/config/compiler/vacpp.hpp @@ -12,7 +12,7 @@ # define BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS #endif -#if (__IBMCPP__ <= 502) || !defined(BOOST_STRICT_CONFIG) +#if (__IBMCPP__ <= 502) // Actually the compiler supports inclass member initialization but it // requires a definition for the class member and it doesn't recognize // it as an integral constant expression when used as a template argument. @@ -21,7 +21,7 @@ # define BOOST_NO_MEMBER_TEMPLATE_KEYWORD #endif -#if (__IBMCPP__ <= 600) +#if (__IBMCPP__ <= 600) || !defined(BOOST_STRICT_CONFIG) #endif //