qvec: fix mat * mat on clang/gcc
This commit is contained in:
parent
cb9d90744f
commit
07b24cce79
|
|
@ -551,7 +551,7 @@ public:
|
|||
|
||||
// multiplication by a matrix
|
||||
|
||||
template<int P>
|
||||
template<size_t P>
|
||||
[[nodiscard]] constexpr qmat<M, P, T> operator*(const qmat<N, P, T> &other) const
|
||||
{
|
||||
qmat<M, P, T> res;
|
||||
|
|
|
|||
Loading…
Reference in New Issue