diff options
Diffstat (limited to 'source/core/StarLine.hpp')
-rw-r--r-- | source/core/StarLine.hpp | 3 |
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 |