Base: modernize C++: use equals default
This commit is contained in:
@@ -245,7 +245,7 @@ public:
|
||||
/// standard construction
|
||||
FileException();
|
||||
/// Construction
|
||||
FileException(const FileException &inst);
|
||||
FileException(const FileException&) = default;
|
||||
/// Destruction
|
||||
~FileException() noexcept override = default;
|
||||
/// Assignment operator
|
||||
|
||||
Reference in New Issue
Block a user