mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
reorder fields, rename overload name clash
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
64f4c9794d
commit
75a40d8f8e
7 changed files with 23 additions and 28 deletions
|
@ -268,8 +268,8 @@ namespace smt {
|
|||
};
|
||||
|
||||
class replay_unit_literal : public apply {
|
||||
bool m_sign;
|
||||
expr_ref m_e;
|
||||
bool m_sign;
|
||||
public:
|
||||
replay_unit_literal(ast_manager& m, expr* e, bool sign) : m_e(e, m), m_sign(sign) {}
|
||||
~replay_unit_literal() override {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue