mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-20 10:56:40 +03:00
Introduce custom adjacency-list based graph
This commit is contained in:
@@ -328,7 +328,7 @@ void markToppableStarts(const NGHolder &g, const flat_set<NFAVertex> &unused,
|
||||
}
|
||||
for (const auto &trigger : triggers) {
|
||||
if (triggerAllowed(g, v, triggers, trigger)) {
|
||||
DEBUG_PRINTF("idx %u is valid location for top\n", g[v].index);
|
||||
DEBUG_PRINTF("idx %zu is valid location for top\n", g[v].index);
|
||||
out->set(g[v].index);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user