mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
This commit is contained in:
parent
991cffb519
commit
11066486d7
|
@ -82,7 +82,6 @@ namespace opt {
|
||||||
struct div_def;
|
struct div_def;
|
||||||
struct const_def;
|
struct const_def;
|
||||||
struct var_def;
|
struct var_def;
|
||||||
struct const_def;
|
|
||||||
enum def_t { add_t, mul_t, div_t, const_t, var_t};
|
enum def_t { add_t, mul_t, div_t, const_t, var_t};
|
||||||
struct def {
|
struct def {
|
||||||
def() = default;
|
def() = default;
|
||||||
|
|
Loading…
Reference in a new issue