Apply modernize-use-equals-default

This commit is contained in:
Alexey Rybalchenko
2021-05-26 23:49:15 +02:00
committed by Dennis Klein
parent 9444de5868
commit 6aeac265ec
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>;