mirror of
https://github.com/boostorg/regex.git
synced 2025-07-14 21:06:38 +02:00
VACPP fixes (second try)
[SVN r15371]
This commit is contained in:
@ -524,7 +524,7 @@ public:
|
|||||||
set_expression(first, last, f | regbase::use_except);
|
set_expression(first, last, f | regbase::use_except);
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
#if !defined(BOOST_NO_MEMBER_TEMPLATES) && !(defined(__IBMCPP__) && (__IBMCPP__ <= 500))
|
#if !defined(BOOST_NO_MEMBER_TEMPLATES) && !(defined(__IBMCPP__) && (__IBMCPP__ <= 502))
|
||||||
|
|
||||||
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 = regbase::normal)
|
unsigned int BOOST_REGEX_CALL set_expression(const std::basic_string<charT, ST, SA>& p, flag_type f = regbase::normal)
|
||||||
|
Reference in New Issue
Block a user