mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
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:
parent
4a4aa09483
commit
5ff5ab7ae2
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user