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

@@ -18,7 +18,7 @@ namespace bpo = boost::program_options;
class Sampler : public FairMQDevice
{
public:
Sampler() {}
Sampler() = default;
protected:
std::string fText;