From 8a2de03b0fa88fa378e1aeee683497745e6e3417 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Thu, 29 Jun 2023 04:08:11 +1000 Subject: i may be silly --- source/core/StarStringView.hpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'source/core/StarStringView.hpp') diff --git a/source/core/StarStringView.hpp b/source/core/StarStringView.hpp index 9193de9..3ebc952 100644 --- a/source/core/StarStringView.hpp +++ b/source/core/StarStringView.hpp @@ -116,11 +116,7 @@ private: } template <> struct fmt::formatter : formatter { - auto format(Star::StringView const& s, format_context& ctx) const; -}; - -auto fmt::formatter::format(Star::StringView const& s, format_context& ctx) const { - return formatter::format(s.utf8(), ctx); + fmt::appender format(Star::StringView const& s, format_context& ctx) const; }; #endif \ No newline at end of file -- cgit v1.2.3