mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
Source: Fix Clang -Wdeprecated warnings
Applied C++ 'rule of three'.
This commit is contained in:
@@ -24,6 +24,8 @@ public:
|
||||
#endif
|
||||
cmFileTime() = default;
|
||||
~cmFileTime() = default;
|
||||
cmFileTime(const cmFileTime&) = default;
|
||||
cmFileTime& operator=(const cmFileTime&) = default;
|
||||
|
||||
/**
|
||||
* @brief Loads the file time of fileName from the file system
|
||||
|
||||
Reference in New Issue
Block a user