Use = default for trivial special members

Applied changes correspond to clang-tidy fixes
stemming from the modernize-use-equals-default check.

Change-Id: I254b0908a76d464131564b637cd0e42a6b03fb5a
This commit is contained in:
Sergiu Deitsch
2022-02-09 00:56:10 +01:00
parent db67e621e4
commit a35bd1bf90
90 changed files with 127 additions and 127 deletions
+2 -2
View File
@@ -47,11 +47,11 @@ namespace internal {
class CERES_EXPORT_INTERNAL ContextImpl : public Context {
public:
ContextImpl() {}
ContextImpl() = default;
ContextImpl(const ContextImpl&) = delete;
void operator=(const ContextImpl&) = delete;
~ContextImpl() override {}
~ContextImpl() override = default;
// When compiled with C++ threading support, resize the thread pool to have
// at min(num_thread, num_hardware_threads) where num_hardware_threads is