diff options
Diffstat (limited to 'source/core/StarStringView.hpp')
-rw-r--r-- | source/core/StarStringView.hpp | 6 |
1 files changed, 1 insertions, 5 deletions
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<Star::StringView> : formatter<std::string_view> { - auto format(Star::StringView const& s, format_context& ctx) const; -}; - -auto fmt::formatter<Star::StringView>::format(Star::StringView const& s, format_context& ctx) const { - return formatter<std::string_view>::format(s.utf8(), ctx); + fmt::appender format(Star::StringView const& s, format_context& ctx) const; }; #endif
\ No newline at end of file |