mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
*forward port fix in MapBase::coeff(int) and coeffRef(int)
*forward port expanded map.cpp unit test *fix unused variable warnings
This commit is contained in:
@@ -382,7 +382,7 @@ template <bool IsAligned = false>
|
||||
struct ei_unaligned_assign_impl
|
||||
{
|
||||
template <typename Derived, typename OtherDerived>
|
||||
static EIGEN_STRONG_INLINE void run(const Derived& src, OtherDerived& dst, int start, int end) {}
|
||||
static EIGEN_STRONG_INLINE void run(const Derived&, OtherDerived&, int, int) {}
|
||||
};
|
||||
|
||||
template <>
|
||||
|
||||
Reference in New Issue
Block a user