Base: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-20 14:54:51 +02:00
parent 44884ecaf7
commit db0f6534c3
12 changed files with 57 additions and 198 deletions

View File

@@ -245,7 +245,7 @@ public:
/// standard construction
FileException();
/// Construction
FileException(const FileException &inst);
FileException(const FileException&) = default;
/// Destruction
~FileException() noexcept override = default;
/// Assignment operator