Remove constructor for type that was using aggregate initialization; in C++20 any user declared constructor means a type is no longer an aggregate. (#4906)

This commit is contained in:
Billy O'Neal 2018-12-07 17:34:13 -08:00 committed by Robert Schumacher
parent 4a4aa09483
commit 5ff5ab7ae2

View File

@ -657,8 +657,6 @@ namespace vcpkg::PostBuildLint
{
fs::path file;
OutdatedDynamicCrt outdated_crt;
OutdatedDynamicCrtAndFile() = delete;
};
static LintStatus check_outdated_crt_linkage_of_dlls(const std::vector<fs::path>& dlls,