mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
addressing 47 [constParameterReference],48 [constVariableReference],58
[constVariable]
This commit is contained in:
@@ -861,7 +861,7 @@ bool isUtf8CodePoint(const char c) {
|
||||
}
|
||||
|
||||
static
|
||||
bool canReach(const NGHolder &g, const NFAEdge &e, struct fmstate &state) {
|
||||
bool canReach(const NGHolder &g, const NFAEdge &e, const struct fmstate &state) {
|
||||
auto flags = g[e].assert_flags;
|
||||
if (!flags) {
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user