mat3x3: undelete operator=

This commit is contained in:
Zack Buhman 2025-07-21 16:35:28 -05:00
parent 1f5fdcc197
commit 9585f66637

View File

@ -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;
};