mirror of
https://github.com/boostorg/regex.git
synced 2025-07-05 00:26:30 +02:00
Merged accumulated patches from Trunk.
[SVN r62831]
This commit is contained in:
@ -51,7 +51,7 @@ void search(std::istream& is)
|
||||
std::memmove(buf, next_pos, leftover);
|
||||
// fill the rest from the stream:
|
||||
is.read(buf + leftover, size);
|
||||
unsigned read = is.gcount();
|
||||
std::streamsize read = is.gcount();
|
||||
// check to see if we've run out of text:
|
||||
have_more = read == size;
|
||||
// reset next_pos:
|
||||
|
Reference in New Issue
Block a user