aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/StatusParagraphs.h
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/include/StatusParagraphs.h')
-rw-r--r--toolsrc/include/StatusParagraphs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/include/StatusParagraphs.h b/toolsrc/include/StatusParagraphs.h
index c5ece9616..fcfe99b5a 100644
--- a/toolsrc/include/StatusParagraphs.h
+++ b/toolsrc/include/StatusParagraphs.h
@@ -29,7 +29,7 @@ namespace vcpkg
iterator insert(std::unique_ptr<StatusParagraph>);
- friend std::ostream& operator<<(std::ostream&, const StatusParagraphs&);
+ friend void serialize(const StatusParagraphs& pgh, std::string& out_str);
iterator end()
{
@@ -55,5 +55,5 @@ namespace vcpkg
std::vector<std::unique_ptr<StatusParagraph>> paragraphs;
};
- std::ostream& operator<<(std::ostream&, const StatusParagraphs&);
+ void serialize(const StatusParagraphs& pgh, std::string& out_str);
}