diff options
Diffstat (limited to 'source/core/StarRect.hpp')
-rw-r--r-- | source/core/StarRect.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/core/StarRect.hpp b/source/core/StarRect.hpp index 0e2ba90..3525204 100644 --- a/source/core/StarRect.hpp +++ b/source/core/StarRect.hpp @@ -1073,4 +1073,7 @@ auto Box<T, N>::nearestCoordTo(Coord const& c) const -> Coord { } +template <typename T, size_t N> +struct fmt::formatter<Star::Box<T, N>> : ostream_formatter {}; + #endif |