Hi Ralf, I have now merged your changes and checked them into git master.
I have spotted an issue though, the FileNameOptionsPair key will do a pointer comparison on the Options objects rather than comparing contents. This means that simply using std::pair or not providing a custom comparison operator to the map won't be sufficient we'll need to provide a custom comparison operator that dereferences the Option object. Thoughts? Robert. _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
