Apply modernize-use-equals-default

This commit is contained in:
Alexey Rybalchenko
2021-05-26 23:49:15 +02:00
parent c764d4643d
commit 2f4d55094a
40 changed files with 49 additions and 49 deletions

View File

@@ -84,7 +84,7 @@ struct Machine_ : public state_machine_def<Machine_>
, fNewStatePending(false)
{}
virtual ~Machine_() {}
virtual ~Machine_() = default;
// initial states
using initial_state = bmpl::vector<IDLE_S, OK_S>;