From 1188103a034c58c3dad41cd5dd6d704d1801f13d Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Thu, 13 Mar 2025 16:10:33 +0100 Subject: [PATCH] fix build --- include/sp/protocol/MessagePrinter.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/sp/protocol/MessagePrinter.h b/include/sp/protocol/MessagePrinter.h index 7d6e4d6..7c3b8c7 100644 --- a/include/sp/protocol/MessagePrinter.h +++ b/include/sp/protocol/MessagePrinter.h @@ -51,13 +51,6 @@ std::ostream& operator<<(std::ostream& a_Stream, const PrintableField -std::ostream& operator<<(std::ostream& a_Stream, const PrintableField>& a_Data) { - a_Stream << "{"; - std::copy(a_Data.GetValue().begin(), a_Data.GetValue().end(), OstreamFieldIterator>(std::cout, ", ")); - return a_Stream << "}"; -} - template std::ostream& operator<<(std::ostream& a_Stream, const PrintableField>& a_Data) { a_Stream << "{";