mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 11:19:02 +08:00
Enable resizing of Arrays.
This commit is contained in:
parent
dd9ff1b9a6
commit
b20b393a4e
@ -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))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user