diff --git a/math/mat3x3.hpp b/math/mat3x3.hpp index 6856043..1117179 100644 --- a/math/mat3x3.hpp +++ b/math/mat3x3.hpp @@ -37,7 +37,7 @@ public: inline constexpr typename mat<3, 3, T>::row_type const & operator[](int i) const; - void operator=(const mat<3, 3, T>&) = delete; + //void operator=(const mat<3, 3, T>&) = delete; };