mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
clang 14 does not allow bitwise OR for bools
This commit is contained in:
@@ -385,8 +385,7 @@ bool improveGraph(NGHolder &g, som_type som) {
|
||||
|
||||
const vector<NFAVertex> ordering = getTopoOrdering(g);
|
||||
|
||||
return enlargeCyclicCR(g, som, ordering)
|
||||
| enlargeCyclicCR_rev(g, ordering);
|
||||
return enlargeCyclicCR(g, som, ordering) || enlargeCyclicCR_rev(g, ordering);
|
||||
}
|
||||
|
||||
/** finds a smaller reachability for a state by the reverse transformation of
|
||||
|
Reference in New Issue
Block a user