diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2018-04-25 00:19:27 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2018-04-25 00:19:27 -0700 |
| commit | f6530368eb31734734c0e1e7ce990c0cb93f0b24 (patch) | |
| tree | dd8b17199efdbee7c2326d73009b13fa62abcdb5 /toolsrc/include | |
| parent | 967765f294f1390a9963e21c2918502e22e64caf (diff) | |
| download | vcpkg-f6530368eb31734734c0e1e7ce990c0cb93f0b24.tar.gz vcpkg-f6530368eb31734734c0e1e7ce990c0cb93f0b24.zip | |
Remove noexcept from BinaryParagraph()
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg/binaryparagraph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/vcpkg/binaryparagraph.h b/toolsrc/include/vcpkg/binaryparagraph.h index 5ba2fbde3..3315151c6 100644 --- a/toolsrc/include/vcpkg/binaryparagraph.h +++ b/toolsrc/include/vcpkg/binaryparagraph.h @@ -12,7 +12,7 @@ namespace vcpkg /// </summary> struct BinaryParagraph { - BinaryParagraph() noexcept; + BinaryParagraph(); explicit BinaryParagraph(std::unordered_map<std::string, std::string> fields); BinaryParagraph(const SourceParagraph& spgh, const Triplet& triplet, const std::string& abi_tag); BinaryParagraph(const SourceParagraph& spgh, const FeatureParagraph& fpgh, const Triplet& triplet); |
