Patch implementing ConstIterator in irrMap.h
It is not possible to iterate over a const core::map because there is no ConstIterator. This prevents proper const correctness to be implemented in classes using core::map<>
Patch implementing ConstIterator in irrMap.h
Fixed in latest SVN revision. It will be part of the next
stable Irrlicht release.
Log in to post a comment.