mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Enable resizing of Arrays.
This commit is contained in:
@@ -44,6 +44,9 @@ class Array
|
|||||||
typedef typename Base::PlainObject PlainObject;
|
typedef typename Base::PlainObject PlainObject;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
template <typename Derived, typename OtherDerived, bool IsVector>
|
||||||
|
friend struct ei_conservative_resize_like_impl;
|
||||||
|
|
||||||
using Base::m_storage;
|
using Base::m_storage;
|
||||||
public:
|
public:
|
||||||
enum { NeedsToAlign = (!(Options&DontAlign))
|
enum { NeedsToAlign = (!(Options&DontAlign))
|
||||||
|
|||||||
Reference in New Issue
Block a user