mirror of
https://github.com/boostorg/regex.git
synced 2025-07-18 14:52:08 +02:00
Apply patches to regex_iteraor/regex_token_iterator to the unicode iterators as well.
[SVN r29512]
This commit is contained in:
@ -130,7 +130,7 @@ public:
|
||||
return true;
|
||||
}
|
||||
if(what.prefix().first != what[0].second)
|
||||
flags |= match_prev_avail;
|
||||
flags |= match_prev_avail | regex_constants::match_not_bob;
|
||||
BidirectionalIterator last_end(what[0].second);
|
||||
if(u32regex_search(last_end, end, what, re, ((what[0].first == what[0].second) ? flags | regex_constants::match_not_initial_null : flags)))
|
||||
{
|
||||
|
Reference in New Issue
Block a user