Add aligned new operator

release/4.3a0
Frank Dellaert 2018-11-05 00:19:04 -05:00
parent dedea83bd6
commit 5409477c45
1 changed files with 3 additions and 0 deletions

View File

@ -103,6 +103,9 @@ private:
boost::serialization::base_object<Base>(*this));
ar & BOOST_SERIALIZATION_NVP(measuredE_);
}
public:
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
};
// \class EssentialMatrixConstraint