mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
clang 14 does not allow bitwise OR for bools
This commit is contained in:
parent
6de45b4648
commit
0e0147ec5c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user