Re: [eigen] alignment c++17 |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
Hi,Happy new year and best wishes to everybody !I just took back my old project (C++11) and moved it to C++17.I understood that C++17 solved the issue with the alignment, am I correct?Does it mean that:
- I don't need EIGEN_MAKE_ALIGNED_
OPERATOR_NEW anymore- I don't need to use template<class T> using aligned_vector = std::vector<T,Eigen::aligned_
allocator <T>> but vector<T> will be aligned by default- eigen objects can be passed by copy to functions, not only by reference ?
Best regards,Sylvain
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |