3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-12 11:54:07 +00:00

minor code simplifications

This commit is contained in:
Nuno Lopes 2022-08-20 12:56:45 +01:00
parent 08bf7a6293
commit d5d77dfe64
4 changed files with 6 additions and 18 deletions

View file

@ -115,7 +115,7 @@ public:
static bool precise() { return true; }
static bool field() { return true; }
mpq_manager();
mpq_manager() = default;
~mpq_manager();