mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 13:19:51 -05:00
cleanup: Prefer compiler provided special member functions
This commit is contained in:
committed by
Brad King
parent
55671b41d2
commit
094f01d0f0
@@ -42,7 +42,6 @@ private:
|
||||
void AppendProperty(const std::string& property, const char* value,
|
||||
bool asString = false);
|
||||
bool Initialized = false;
|
||||
CacheEntry() = default;
|
||||
};
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user