Enable resizing of Arrays.

This commit is contained in:
Hauke Heibel 2010-03-10 17:12:45 +01:00
parent dd9ff1b9a6
commit b20b393a4e

View File

@ -44,6 +44,9 @@ class Array
typedef typename Base::PlainObject PlainObject;
protected:
template <typename Derived, typename OtherDerived, bool IsVector>
friend struct ei_conservative_resize_like_impl;
using Base::m_storage;
public:
enum { NeedsToAlign = (!(Options&DontAlign))