mirror of
https://github.com/Z3Prover/z3
synced 2025-08-28 14:08:55 +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
|
@ -22,7 +22,7 @@ Notes:
|
|||
|
||||
class z3_exception {
|
||||
public:
|
||||
virtual ~z3_exception() {}
|
||||
virtual ~z3_exception() = default;
|
||||
virtual char const * msg() const = 0;
|
||||
virtual unsigned error_code() const;
|
||||
bool has_error_code() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue