3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-06 14:13:23 +00:00
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
Christoph M. Wintersteiger 2015-01-09 11:53:24 +00:00
parent 46e236487b
commit 3391c9c44c

View file

@ -2478,7 +2478,7 @@ done:
expr junct = negate ? Negate(f) : f; expr junct = negate ? Negate(f) : f;
lits.push_back(junct); lits.push_back(junct);
} }
}| }
struct TermLt { struct TermLt {
bool operator()(const expr &x, const expr &y){ bool operator()(const expr &x, const expr &y){