3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-27 00:18:45 +00:00

dealloc m_imp

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-06-20 20:21:05 -07:00
parent 218379aaca
commit 95ffad80c6

View file

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