Ok, having that said, when you reported the issue even this (correct code)
std::vector<Vector2d, Eigen::aligned_allocator<Vector2d> > stlvec(10,
Vector2d());
failed which I fixed now.
Oops - I see my example was a little hasty indeed.
If you hit any other issues please let me know.
Well, I still can't compile anything including eigen after Benoit's changeset labelled "renaming (MatrixType ---> whatever appropriate) ..." from the 18th - since you haven't run into it, I take it that this compilation error is due to a bug in the RC that's been fixed in 2010 RTM?
Even the following won't compile in the latest version:
#include "Eigen/Core"
int main(){ return 0;}
That results in 11 "error C2065: 'MatrixType' : undeclared identifier" errors.