Hi Sukender, On 28/01/11 22:50 , Sukender wrote: > Thanks. But wasn't easier to simply remove "domSourceReader::" in front of > getArray<...>?
No, that wasn't the problem; meaning doing that didn't resolve the error (I originally tried that first). gcc (and/or the C++ standard) doesn't like template specialization inside the class scope. /ulrich >> On Fri, Jan 28, 2011 at 4:43 AM, Ulrich Hertlein >> <[email protected]> wrote: >>> Hi, >>> >>> the changes from r12126 (see below) in dae/domSourceReader.h cause >> compiler errors on OS X >>> with gcc-4.2.1: >>> >>> In file included from >>> >> /Users/uli/Projects/osg/OpenSceneGraph/src/osgPlugins/dae/daeRAnimations.cpp:3: >>> >> /Users/uli/Projects/osg/OpenSceneGraph/src/osgPlugins/dae/domSourceReader.h:43: >> error: >>>> explicit specialization in non-namespace scope 'class >>>> osgDAE::domSourceReader' >>> ... _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
