HI Mathias,

On Wed, Oct 8, 2008 at 11:15 AM, Robert Osfield
<[EMAIL PROTECTED]> wrote:
> But... looking back over the code it's inserting the the new vector at
> face.vertices.begin(), so perhaps it should be a front inserting, but
> for std::vector<> this would be very expensive.  Will need to review
> the wider code to see if the vector is empty and that back insertion
> will be sufficient...

I've done testing and it looks like copy + back inserter is just fine
as the vector is always empty on entry into copy, so the my new code
works fine :-)

An svn update will get this fix.

This leaves the just the HP-UX issue.

Robert.
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to