From b06e5afde0ddf3f168c0316e49b3a18b70c7ce28 Mon Sep 17 00:00:00 2001 From: Toon Knapen Date: Thu, 24 Jul 2003 07:37:57 +0000 Subject: [PATCH] BOOST_NO_MEMBER_TEMPLATE_KEYWORD not defined anymore starting from version 60 [SVN r19292] --- include/boost/config/compiler/vacpp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/compiler/vacpp.hpp b/include/boost/config/compiler/vacpp.hpp index 96eec1b6..6726d761 100644 --- a/include/boost/config/compiler/vacpp.hpp +++ b/include/boost/config/compiler/vacpp.hpp @@ -18,10 +18,10 @@ // it as an integral constant expression when used as a template argument. # define BOOST_NO_INCLASS_MEMBER_INITIALIZATION # define BOOST_NO_INTEGRAL_INT64_T +# define BOOST_NO_MEMBER_TEMPLATE_KEYWORD #endif #if (__IBMCPP__ <= 600) -# define BOOST_NO_MEMBER_TEMPLATE_KEYWORD #endif //