diff --git a/include/common/qvec.hh b/include/common/qvec.hh index 1fab8043..35cc9d15 100644 --- a/include/common/qvec.hh +++ b/include/common/qvec.hh @@ -551,7 +551,7 @@ public: // multiplication by a matrix - template + template [[nodiscard]] constexpr qmat operator*(const qmat &other) const { qmat res;