Hi, On Wednesday 08 October 2008 13:05, Robert Osfield wrote: > If it doesn't we could use a front_inserter(), so we could still > std::copy() so stick with the single line replacement of the original > code. No, a vector dose not have a push_front which is needed by the front inserter. And if it would have the algorithm would be n^2 ... Believe me, I did think about that stuff ...
> We need to Wojtek's to have a look over the changes to confirm that > back_inserter is fine. If this holds, this change is great ... Greetings Mathias -- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Florian Geyer, Dr. Roland Niemeier, Dr. Arno Steitz, Dr. Ingrid Zech Vorsitzender des Aufsichtsrats/ Chairman of the Supervisory Board: Prof. Dr. Hanns Ruder Sitz/Registered Office: Tuebingen Registergericht/Registration Court: Stuttgart Registernummer/Commercial Register No.: HRB 382196 _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
