From 14b9689b6d4f4ad5276c88130dc6e449bedc0709 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Tue, 27 Jun 2023 19:24:35 +1000 Subject: Change formatting to use fmtlib (STILL NEED TO CHANGE TO FMT SYNTAX!) --- source/core/StarStringView.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/core/StarStringView.hpp') diff --git a/source/core/StarStringView.hpp b/source/core/StarStringView.hpp index ab40936..67d654e 100644 --- a/source/core/StarStringView.hpp +++ b/source/core/StarStringView.hpp @@ -115,4 +115,8 @@ private: } +template <> struct fmt::formatter : formatter { + fmt::v10::appender format(Star::StringView const& s, format_context& ctx) const; +}; + #endif \ No newline at end of file -- cgit v1.2.3