mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-10 00:02:24 +03:00
rose: more hash member funcs for rose types
This commit is contained in:
committed by
Matthew Barr
parent
09938d532f
commit
4889a492e4
@@ -1468,7 +1468,7 @@ void splitByReportSuffixBehaviour(const RoseGraph &g,
|
||||
vector<vector<RoseVertex>> &buckets) {
|
||||
// Split by report set and suffix info.
|
||||
auto make_split_key = [&g](RoseVertex v) {
|
||||
return hash_all(g[v].reports, suffix_id(g[v].suffix));
|
||||
return hash_all(g[v].reports, g[v].suffix);
|
||||
};
|
||||
splitAndFilterBuckets(buckets, make_split_key);
|
||||
}
|
||||
|
Reference in New Issue
Block a user