cleanup: Prefer compiler provided special member functions

This commit is contained in:
Regina Pfeifer
2019-01-23 00:32:51 +01:00
committed by Brad King
parent 55671b41d2
commit 094f01d0f0
38 changed files with 11 additions and 113 deletions
-1
View File
@@ -42,7 +42,6 @@ private:
void AppendProperty(const std::string& property, const char* value,
bool asString = false);
bool Initialized = false;
CacheEntry() = default;
};
public: