Hi
I just want to mention a nasty bug I'm encountering with Composer 2013.
Using Eigen 3.1.1
#include <Eigen/StdVector>
std::vector<Eigen::Vector4f,Eigen::aligned_allocator<Eigen::Vector4f> > test(256);
With Composer 2013: test is getting sized 0 !!
With Composer 2011: the allocation is OK
Is there a registered bug?
Any plans for a fix?
Thanks
Gianni





