mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 11:07:51 +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
|
@ -26,7 +26,7 @@ class converter {
|
|||
unsigned m_ref_count;
|
||||
public:
|
||||
converter():m_ref_count(0) {}
|
||||
virtual ~converter() {}
|
||||
virtual ~converter() = default;
|
||||
|
||||
void inc_ref() { ++m_ref_count; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue