aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/StdDeque
Commit message (Collapse)AuthorAge
* * added EIGEN_ALIGNED_ALLOCATOR macro to allow specifying a different ↵Gravatar Kenneth Riddile2010-07-26
aligned allocator * attempted to add support for std::deque by copying and modifying the std::vector implementation...MSVC still fails to compile with the std::deque::resize() "will not be aligned" error...probably missing something simple but I'm not sure how to make it work