mirror of
https://github.com/boostorg/regex.git
synced 2025-07-24 09:37:36 +02:00
Updates for better partial match support, and to ensure that that the POSIX API functions are able to return the correct error code.
[SVN r9392]
This commit is contained in:
@ -879,6 +879,7 @@ bool query_match_aux(iterator first,
|
||||
&& (first == last)) // end of input has been reached
|
||||
{
|
||||
have_partial_match = true;
|
||||
temp_match.set_second(first, 0, false);
|
||||
m.maybe_assign(temp_match);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user