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/StarString.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/core/StarString.cpp') diff --git a/source/core/StarString.cpp b/source/core/StarString.cpp index 86fea67..f76c707 100644 --- a/source/core/StarString.cpp +++ b/source/core/StarString.cpp @@ -1136,3 +1136,7 @@ size_t hash::operator()(StringList const& sl) const { } } + +fmt::appender fmt::formatter::format(Star::String const& s, format_context& ctx) const { + return formatter::format(s.utf8(), ctx); +}; \ No newline at end of file -- cgit v1.2.3