mirror of
https://github.com/boostorg/regex.git
synced 2025-07-18 23:02:09 +02:00
Fairly trivial patch for bug report 1526472.
[SVN r34680]
This commit is contained in:
@ -110,6 +110,7 @@ public:
|
|||||||
result.first = first;
|
result.first = first;
|
||||||
result.second = end;
|
result.second = end;
|
||||||
result.matched = (first != end);
|
result.matched = (first != end);
|
||||||
|
N = -1;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
@ -107,6 +107,7 @@ public:
|
|||||||
result.first = first;
|
result.first = first;
|
||||||
result.second = end;
|
result.second = end;
|
||||||
result.matched = (first != end);
|
result.matched = (first != end);
|
||||||
|
N = -1;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user