forked from boostorg/regex
Fixed partial ordering macro names
[SVN r11298]
This commit is contained in:
@ -61,10 +61,6 @@ template <class OutputIterator, class charT, class Traits1, class Alloc1, class
|
||||
bool split_pred<OutputIterator, charT, Traits1, Alloc1, Alloc2>::operator()
|
||||
(const match_results<iterator_type, Alloc2>& what)
|
||||
{
|
||||
#ifdef BOOST_MSVC
|
||||
# pragma warning(push)
|
||||
# pragma warning(disable: 4800)
|
||||
#endif
|
||||
*p_last = what[0].second;
|
||||
if(what.size() > 1)
|
||||
{
|
||||
@ -90,9 +86,6 @@ bool split_pred<OutputIterator, charT, Traits1, Alloc1, Alloc2>::operator()
|
||||
//
|
||||
// initial null, do nothing:
|
||||
return true;
|
||||
#ifdef BOOST_MSVC
|
||||
# pragma warning(pop)
|
||||
#endif
|
||||
}
|
||||
|
||||
} // namespace re_detail
|
||||
|
Reference in New Issue
Block a user