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

summaryrefslogtreecommitdiff
path: root/source/core/StarString.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarString.cpp')
-rw-r--r--source/core/StarString.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/core/StarString.cpp b/source/core/StarString.cpp
index 924c83b..86fea67 100644
--- a/source/core/StarString.cpp
+++ b/source/core/StarString.cpp
@@ -1136,7 +1136,3 @@ size_t hash<StringList>::operator()(StringList const& sl) const {
}
}
-
-fmt::v10::appender fmt::formatter<Star::String>::format(Star::String const& s, format_context& ctx) const {
- return formatter<std::string>::format(s.utf8(), ctx);
-};