aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-04-25 00:19:27 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2018-04-25 00:19:27 -0700
commitf6530368eb31734734c0e1e7ce990c0cb93f0b24 (patch)
treedd8b17199efdbee7c2326d73009b13fa62abcdb5 /toolsrc/src
parent967765f294f1390a9963e21c2918502e22e64caf (diff)
downloadvcpkg-f6530368eb31734734c0e1e7ce990c0cb93f0b24.tar.gz
vcpkg-f6530368eb31734734c0e1e7ce990c0cb93f0b24.zip
Remove noexcept from BinaryParagraph()
Diffstat (limited to 'toolsrc/src')
-rw-r--r--toolsrc/src/vcpkg/binaryparagraph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/vcpkg/binaryparagraph.cpp b/toolsrc/src/vcpkg/binaryparagraph.cpp
index 126c7df97..73ca23df1 100644
--- a/toolsrc/src/vcpkg/binaryparagraph.cpp
+++ b/toolsrc/src/vcpkg/binaryparagraph.cpp
@@ -24,7 +24,7 @@ namespace vcpkg
static const std::string DEFAULTFEATURES = "Default-Features";
}
- BinaryParagraph::BinaryParagraph() noexcept = default;
+ BinaryParagraph::BinaryParagraph() = default;
BinaryParagraph::BinaryParagraph(std::unordered_map<std::string, std::string> fields)
{