mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 18:00:23 +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
|
@ -136,7 +136,7 @@ namespace smt {
|
|||
*/
|
||||
class model_value_proc {
|
||||
public:
|
||||
virtual ~model_value_proc() {}
|
||||
virtual ~model_value_proc() = default;
|
||||
/**
|
||||
\brief Fill result with the dependencies of this functor.
|
||||
That is, to invoke mk_value, the dependencies in result must be constructed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue