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

summaryrefslogtreecommitdiff
path: root/source/core/StarList.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarList.hpp')
-rw-r--r--source/core/StarList.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/core/StarList.hpp b/source/core/StarList.hpp
index bfedf54..e097721 100644
--- a/source/core/StarList.hpp
+++ b/source/core/StarList.hpp
@@ -1135,4 +1135,7 @@ typename ListEnumerateTypes<Container>::Result enumerate(Container&& container)
}
+template <typename BaseList>
+struct fmt::formatter<Star::ListMixin<BaseList>> : ostream_formatter {};
+
#endif