clang-tidy: Apply modernize-use-equals-default everywhere (#6450)

This commit is contained in:
Levin Oehlmann authored and GitHub committed 2022-06-26 08:48:24 +02:00
1 parent 95843759cc
commit 28ec71f91a
275 files changed
+223 -1034

No files matched your search

+1 -1
View File
@@ -36,7 +36,7 @@ class MicroTimer
public:
MicroTimer();
~MicroTimer();
~MicroTimer() = default;
void reset();
int elapsed() const;