mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix more gcc compiler warnings / sort-of bugs
This commit is contained in:
@@ -69,8 +69,7 @@ template<typename VectorType, int Size> class VectorBlock
|
||||
public:
|
||||
EIGEN_DENSE_PUBLIC_INTERFACE(VectorBlock)
|
||||
EIGEN_STATIC_ASSERT_VECTOR_ONLY(VectorBlock)
|
||||
|
||||
using Base::operator=;
|
||||
EIGEN_INHERIT_ASSIGNMENT_OPERATORS(VectorBlock)
|
||||
|
||||
/** Dynamic-size constructor
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user