mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[BinaryParagraph] Remove extra qualification (permissive-)
This commit is contained in:
parent
285c28000a
commit
8b49289b77
@ -14,9 +14,7 @@ namespace vcpkg
|
||||
BinaryParagraph();
|
||||
explicit BinaryParagraph(std::unordered_map<std::string, std::string> fields);
|
||||
BinaryParagraph(const SourceParagraph& spgh, const Triplet& triplet);
|
||||
BinaryParagraph::BinaryParagraph(const SourceParagraph& spgh,
|
||||
const FeatureParagraph& fpgh,
|
||||
const Triplet& triplet);
|
||||
BinaryParagraph(const SourceParagraph& spgh, const FeatureParagraph& fpgh, const Triplet& triplet);
|
||||
|
||||
std::string displayname() const;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user