mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
Merge branch 'master' of https://github.com/z3prover/z3
This commit is contained in:
commit
2c3b56315d
|
@ -45,7 +45,7 @@ struct ast_pp_dot_st {
|
||||||
m_to_print(),
|
m_to_print(),
|
||||||
m_first(true) {}
|
m_first(true) {}
|
||||||
|
|
||||||
~ast_pp_dot_st() = default;
|
~ast_pp_dot_st() {};
|
||||||
|
|
||||||
void push_term(const expr * a) { m_to_print.push_back(a); }
|
void push_term(const expr * a) { m_to_print.push_back(a); }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue