Fixed forward declarations, added tentative IBM C++ fix

[SVN r15298]
This commit is contained in:
John Maddock
2002-09-13 11:41:21 +00:00
parent aebf86bbe5
commit f81bdae7f1
2 changed files with 3 additions and 3 deletions

View File

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