aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src
diff options
context:
space:
mode:
authorBilly O'Neal <billy.oneal@gmail.com>2018-12-07 17:34:13 -0800
committerRobert Schumacher <roschuma@microsoft.com>2018-12-07 17:34:13 -0800
commit5ff5ab7ae29313e95eab07172721800c5fa84c0c (patch)
treef25739f114c9adb13d818279cd590523511f4741 /toolsrc/src
parent4a4aa09483a40b3c304481572475139663666fca (diff)
downloadvcpkg-5ff5ab7ae29313e95eab07172721800c5fa84c0c.tar.gz
vcpkg-5ff5ab7ae29313e95eab07172721800c5fa84c0c.zip
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)
Diffstat (limited to 'toolsrc/src')
-rw-r--r--toolsrc/src/vcpkg/postbuildlint.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/toolsrc/src/vcpkg/postbuildlint.cpp b/toolsrc/src/vcpkg/postbuildlint.cpp
index 650b6e3c9..a62d4ece5 100644
--- a/toolsrc/src/vcpkg/postbuildlint.cpp
+++ b/toolsrc/src/vcpkg/postbuildlint.cpp
@@ -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,