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/StarStringView.cpp | |
parent | 422871450d309cff9a5eb3dea2101cca83c5dc12 (diff) |
Unix fixes
Diffstat (limited to 'source/core/StarStringView.cpp')
-rw-r--r-- | source/core/StarStringView.cpp | 6 |
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 |