From 66ac67533c8e24f6f405326b02d4057cdfce2061 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 16 Sep 2002 11:53:07 +0000 Subject: [PATCH] VACPP fixes (second try) [SVN r15371] --- include/boost/regex.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/regex.hpp b/include/boost/regex.hpp index 8ad2fbca..c1313958 100644 --- a/include/boost/regex.hpp +++ b/include/boost/regex.hpp @@ -524,7 +524,7 @@ public: set_expression(first, last, f | regbase::use_except); return *this; } -#if !defined(BOOST_NO_MEMBER_TEMPLATES) && !(defined(__IBMCPP__) && (__IBMCPP__ <= 500)) +#if !defined(BOOST_NO_MEMBER_TEMPLATES) && !(defined(__IBMCPP__) && (__IBMCPP__ <= 502)) template unsigned int BOOST_REGEX_CALL set_expression(const std::basic_string& p, flag_type f = regbase::normal)