Re: [eigen] Just a tiny typo en Dox docs |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
On Sun, 7 Nov 2010, Jose Luis Blanco wrote:
Please, anyone with write access to the repository, check this: In: http://eigen.tuxfamily.org/dox-devel/TopicStlContainers.html This line: std::map<int, Eigen::Vector4f, std::less<int>, Eigen::aligned_allocator<Eigen::Vector4f> > I think it should be: std::map<int, Eigen::Vector4f, std::less<int>, Eigen::aligned_allocator<std::pair<const int, Eigen::Vector4f> > >
Thank you. I just corrected it in the repository. It will take a day or so before it appears on the website.
Jitse
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |