[SVN r40652]
This commit is contained in:
John Maddock
2007-11-01 18:02:37 +00:00
parent e84b7e25e1
commit 39eb48c805

View File

@ -261,7 +261,7 @@ public:
{ {
return do_assign(p1, p2, f); return do_assign(p1, p2, f);
} }
#if !defined(BOOST_NO_MEMBER_TEMPLATES) && !defined(__IBMCPP__) #if !defined(BOOST_NO_MEMBER_TEMPLATES)
template <class ST, class SA> 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) unsigned int BOOST_REGEX_CALL set_expression(const std::basic_string<charT, ST, SA>& p, flag_type f = regex_constants::normal)
@ -597,7 +597,7 @@ public:
return this->assign(that); return this->assign(that);
} }
#if !defined(BOOST_NO_MEMBER_TEMPLATES) && !defined(__IBMCPP__) #if !defined(BOOST_NO_MEMBER_TEMPLATES)
template <class ST, class SA> template <class ST, class SA>
explicit reg_expression(const std::basic_string<charT, ST, SA>& p, flag_type f = regex_constants::normal) explicit reg_expression(const std::basic_string<charT, ST, SA>& p, flag_type f = regex_constants::normal)
: basic_regex<charT, traits>(p, f) : basic_regex<charT, traits>(p, f)