mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
fix warning with gcc 4.2
This commit is contained in:
@@ -88,7 +88,7 @@ template<typename _Scalar> class AlignedVector3
|
|||||||
{}
|
{}
|
||||||
|
|
||||||
inline AlignedVector3(const AlignedVector3& other)
|
inline AlignedVector3(const AlignedVector3& other)
|
||||||
: m_coeffs(other.m_coeffs)
|
: Base(), m_coeffs(other.m_coeffs)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
template<typename XprType, int Size=XprType::SizeAtCompileTime>
|
template<typename XprType, int Size=XprType::SizeAtCompileTime>
|
||||||
|
|||||||
Reference in New Issue
Block a user