mirror of
https://github.com/Z3Prover/z3
synced 2025-08-30 06:50:08 +00:00
Use = default
for virtual constructors.
This commit is contained in:
parent
aa0719abae
commit
5014b1a34d
85 changed files with 106 additions and 107 deletions
|
@ -43,7 +43,7 @@ namespace qe {
|
|||
lbool is_shared_cached(expr* e);
|
||||
public:
|
||||
mbi_plugin(ast_manager& m): m(m), m_shared_trail(m) {}
|
||||
virtual ~mbi_plugin() {}
|
||||
virtual ~mbi_plugin() = default;
|
||||
|
||||
/**
|
||||
* Set the shared symbols.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue