Hi Paul, On Dec 12, 2007 3:19 AM, Paul Martz <[EMAIL PROTECTED]> wrote: > The output below is from current SVN building osgDB (osg and osgUtil are > fine). > > VS doesn't provide too many clues when xtree or set generate compile errors. > I haven't dug into this very deeply, but on first glance it appears that > perhaps CompareStateAttributes::operator() should be declared const?
Looking at the code I think both the CompareStateAttributes and CompareStateSets operator() methods should be const, I've changed the code to use const and have rebuilt osgDB just fine, so have gone ahead and checked it in. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

