regex fixes for updated Dinkum library

[SVN r8161]
This commit is contained in:
John Maddock
2000-11-09 13:03:41 +00:00
parent 4378b06e43
commit 8700307cf5
3 changed files with 10 additions and 5 deletions

View File

@ -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: