Added fix for IBM C++

[SVN r18586]
This commit is contained in:
John Maddock
2003-05-28 11:38:00 +00:00
parent f50f35d1fc
commit 2f9da388c1

View File

@ -101,7 +101,7 @@ public:
set_expression(first, last, f | regex_constants::use_except);
return *this;
}
#if !defined(BOOST_NO_MEMBER_TEMPLATES) && !(defined(__IBMCPP__) && (__IBMCPP__ <= 502))
#if !defined(BOOST_NO_MEMBER_TEMPLATES) && !defined(__IBMCPP__)
template <class ST, class SA>
unsigned int BOOST_REGEX_CALL set_expression(const std::basic_string<charT, ST, SA>& p, flag_type f = regex_constants::normal)