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

summaryrefslogtreecommitdiff
path: root/source/core/StarMatrix3.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarMatrix3.hpp')
-rw-r--r--source/core/StarMatrix3.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/core/StarMatrix3.hpp b/source/core/StarMatrix3.hpp
index 6c688c8..3fb8162 100644
--- a/source/core/StarMatrix3.hpp
+++ b/source/core/StarMatrix3.hpp
@@ -453,4 +453,7 @@ std::ostream& operator<<(std::ostream& os, Matrix3<T> m) {
}
+template <typename T>
+struct fmt::formatter<Star::Matrix3<T>> : ostream_formatter {};
+
#endif