mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
regex fixes for updated Dinkum library
[SVN r8161]
This commit is contained in:
@ -118,6 +118,7 @@ std::size_t regex_split(OutputIterator out,
|
||||
*out = std::basic_string<charT, Traits1, Alloc1>((ci_t)last, (ci_t)s.end());
|
||||
++out;
|
||||
last = s.end();
|
||||
--max_split;
|
||||
}
|
||||
//
|
||||
// delete from the string everything that has been processed so far:
|
||||
|
Reference in New Issue
Block a user