Hi Robert, Now it works fine. :-)
Thanks. Wang Rui 2011/6/24 Robert Osfield <[email protected]>: > Hi Rui, > > Thanks for the warnings. What i have gone for is adding: > > inline bool operator == (const osgSim::ShapeAttribute& sa) > const { return compare(sa)==0; } > inline bool operator != (const osgSim::ShapeAttribute& sa) > const { return compare(sa)!=0; } > inline bool operator < (const osgSim::ShapeAttribute& sa) > const { return compare(sa)<0; } > > To ShapeAttribute itself, I'll merge your others changes to > ShapeAttribute now and get them checked in so you can test them all > together. > > Thanks, > Robert. > > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
