From c9e889723b7af832322d178975e6e440d6cd3ae5 Mon Sep 17 00:00:00 2001 From: LDA Date: Mon, 26 Jun 2023 11:48:27 -0700 Subject: resolved most of the compiler warnings/errors under gcc also update xxhash and tinyformat --- source/core/StarStringView.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/core/StarStringView.hpp') diff --git a/source/core/StarStringView.hpp b/source/core/StarStringView.hpp index ff6e564..ab40936 100644 --- a/source/core/StarStringView.hpp +++ b/source/core/StarStringView.hpp @@ -100,7 +100,7 @@ public: friend bool operator!=(StringView s1, StringView s2); friend bool operator<(StringView s1, StringView s2); - friend std::ostream& operator<<(std::ostream& os, StringView& s); + friend std::ostream& operator<<(std::ostream& os, StringView const& s); private: int compare(size_t selfOffset, -- cgit v1.2.3