diff --git a/include/omath/mat.hpp b/include/omath/mat.hpp index 24c57ce..68f867f 100644 --- a/include/omath/mat.hpp +++ b/include/omath/mat.hpp @@ -97,7 +97,7 @@ namespace omath { return At(row, col); } - + constexpr Mat(Mat&& other) noexcept { m_data = std::move(other.m_data);