Re: [eigen] StdVector |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
> or do you want to 'enforce' via documentation? I would vote for enforcing itvia miss alignment assert in debug mode and segfaults in release mode ;)
> programtically...
note that we are not only talking about Eigen's types, but also about
any user classes having a fixed size matrix member. Otherwise this
would be very easy to only specialize std:vector for Eigen's type
(this was the previous solution), but that does not scale well to user
types.
Attachment:
stdvector_part.h
Description: Binary data
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |