3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-25 15:23:41 +00:00

missing ;

This commit is contained in:
Nikolaj Bjorner 2025-06-22 21:31:55 -07:00
parent 95ffad80c6
commit 5ad1647061

View file

@ -32,7 +32,7 @@ namespace lp {
}
return seed;
}
}
};
struct term_comparer {
bool operator()(const lar_term& a, const lar_term& b) const {