mirror of
https://github.com/Z3Prover/z3
synced 2025-06-01 11:51:20 +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
|
@ -294,7 +294,7 @@ namespace smt {
|
|||
m_bound_kind(k),
|
||||
m_atom(a) {
|
||||
}
|
||||
virtual ~bound() {}
|
||||
virtual ~bound() = default;
|
||||
theory_var get_var() const { return m_var; }
|
||||
bound_kind get_bound_kind() const { return static_cast<bound_kind>(m_bound_kind); }
|
||||
bool is_atom() const { return m_atom; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue