Hi, guys!

Let's remember, what exactly it std::fstream:

typedef basic_ifstream< char, char_traits< char > > ifstream;
typedef basic_ofstream< char, char_traits< char > > ofstream;
typedef basic_fstream< char, char_traits< char > > fstream;

So, if problem is names, maybe do something like:

typedef basic_ifstream< char, char_traits< char > > osg_ifstream;

or to inherit osgDB:: fstream from std::basic_fstream< char, std::char_traits< 
char > >.

Sorry, i have no time that to check it.

Cheers,
Nickolai

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=68432#68432





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to