mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-17 17:55:28 +03:00
use NGHolder::foo in favour of NFAGraph::foo
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015, Intel Corporation
|
||||
* Copyright (c) 2015-2016, Intel Corporation
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions are met:
|
||||
@@ -1202,7 +1202,7 @@ CharReach predReach(const NGHolder &g, NFAVertex v) {
|
||||
static
|
||||
void filterMap(const NGHolder &subg,
|
||||
ue2::unordered_map<NFAVertex, NFAVertex> &vmap) {
|
||||
NFAGraph::vertex_iterator vi, ve;
|
||||
NGHolder::vertex_iterator vi, ve;
|
||||
tie(vi, ve) = vertices(subg);
|
||||
const ue2::unordered_set<NFAVertex> remaining_verts(vi, ve);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user