mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-17 20:03:17 +08:00
fix warning with gcc 4.2
This commit is contained in:
parent
d5319f4ba8
commit
432fcefcb1
@ -88,7 +88,7 @@ template<typename _Scalar> class AlignedVector3
|
||||
{}
|
||||
|
||||
inline AlignedVector3(const AlignedVector3& other)
|
||||
: m_coeffs(other.m_coeffs)
|
||||
: Base(), m_coeffs(other.m_coeffs)
|
||||
{}
|
||||
|
||||
template<typename XprType, int Size=XprType::SizeAtCompileTime>
|
||||
|
Loading…
x
Reference in New Issue
Block a user