diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-29 02:31:12 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-29 02:31:12 +1000 |
commit | 306494bd2d84625971f81167daf41a3d93018f46 (patch) | |
tree | f6816d8971c619a00c9e2ca2a2a8731b96e7542b /source/core/StarString.cpp | |
parent | 422871450d309cff9a5eb3dea2101cca83c5dc12 (diff) |
Unix fixes
Diffstat (limited to 'source/core/StarString.cpp')
-rw-r--r-- | source/core/StarString.cpp | 4 |
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); -}; |