Hi Robert, Robert Osfield wrote: > Is this a correct analysis? If so it suggest that the STL > implementation of std::vector::iterator fails when i>end returning > true for i<end expression in this case.
This is correct, the *nix STL implementation seem to handle this, the Win32 implementation does not. I only submitted a quick fix. It would also be possible to rewrite everything with indices, but this would require a major rewrite of this part of the code. regards, Michael. _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
