mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-17 17:55:28 +03:00
noExplicitConstructor
This commit is contained in:
@@ -307,7 +307,9 @@ void markForRemoval(const NFAVertex v, VertexInfoMap &infoMap,
|
||||
|
||||
static
|
||||
bool hasInEdgeTops(const NGHolder &g, NFAVertex v) {
|
||||
NFAEdge e = edge(g.start, v, g);
|
||||
|
||||
NFAEdge e;
|
||||
std::tie(e, std::ignore) = edge(g.start, v, g);
|
||||
return e && !g[e].tops.empty();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user