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

summaryrefslogtreecommitdiff
path: root/source/core/StarLine.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarLine.hpp')
-rw-r--r--source/core/StarLine.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/core/StarLine.hpp b/source/core/StarLine.hpp
index ccb3e26..2ca8cdd 100644
--- a/source/core/StarLine.hpp
+++ b/source/core/StarLine.hpp
@@ -286,4 +286,7 @@ struct hash<Line<T, N>> {
}
+template <typename T, size_t N>
+struct fmt::formatter<Star::Line<T, N>> : ostream_formatter {};
+
#endif