mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 07:15:26 +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
|
@ -222,7 +222,7 @@ namespace smt {
|
|||
|
||||
class apply {
|
||||
public:
|
||||
virtual ~apply() {}
|
||||
virtual ~apply() = default;
|
||||
virtual void operator()(theory_seq& th) = 0;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue