mat3x3: undelete operator=
This commit is contained in:
parent
1f5fdcc197
commit
9585f66637
@ -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;
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user