mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-01 08:14:10 +08:00
bug #537: fix compilation with Apples's compiler
This commit is contained in:
parent
fedaf19262
commit
3fccef6f50
@ -277,7 +277,7 @@ public:
|
||||
inline Coefficients& coeffs() { return m_coeffs;}
|
||||
inline const Coefficients& coeffs() const { return m_coeffs;}
|
||||
|
||||
EIGEN_MAKE_ALIGNED_OPERATOR_NEW_IF(NeedsAlignment)
|
||||
EIGEN_MAKE_ALIGNED_OPERATOR_NEW_IF(bool(NeedsAlignment))
|
||||
|
||||
#ifdef EIGEN_QUATERNION_PLUGIN
|
||||
# include EIGEN_QUATERNION_PLUGIN
|
||||
|
Loading…
x
Reference in New Issue
Block a user