From 306494bd2d84625971f81167daf41a3d93018f46 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Thu, 29 Jun 2023 02:31:12 +1000 Subject: Unix fixes --- source/core/StarStringView.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'source/core/StarStringView.cpp') diff --git a/source/core/StarStringView.cpp b/source/core/StarStringView.cpp index 8090515..fa62cf5 100644 --- a/source/core/StarStringView.cpp +++ b/source/core/StarStringView.cpp @@ -425,8 +425,4 @@ std::ostream& operator<<(std::ostream& os, StringView const& s) { return os; } -} - -fmt::v10::appender fmt::formatter::format(Star::StringView const& s, format_context& ctx) const { - return formatter::format(s.utf8(), ctx); -}; \ No newline at end of file +} \ No newline at end of file -- cgit v1.2.3