Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarStringView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarStringView.cpp')
-rw-r--r--source/core/StarStringView.cpp6
1 files changed, 1 insertions, 5 deletions
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<Star::StringView>::format(Star::StringView const& s, format_context& ctx) const {
- return formatter<std::string_view>::format(s.utf8(), ctx);
-}; \ No newline at end of file
+} \ No newline at end of file