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
@@ -202,7 +202,6 @@ struct cmFindLibraryHelper
bool TryRaw = false;
std::string Raw;
cmsys::RegularExpression Regex;
Name() = default;
};
std::vector<Name> Names;