Hi Kantaki, as you can read here (http://www.umich.edu/~eecs381/handouts/C++11_smart_ptrs.pdf), C++11 smart pointers are simply classes (as osg::ref_ptr are) and not part of the underlying low level infrastructure.
Therefore I doubt that there is a significant advantage compared with OSG smart pointers My recommendatino is clear: stay with osg::ref_ptr :) Thank you! Cheers, Torben ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=55624#55624 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

