On Fri, Mar 27, 2009 at 6:30 AM, Philip Lowman <[email protected]> wrote: > > Csaba can you test to see if the following code compiles on your MinGW 4.x? > I'm curious to know if the MinGW maintainers have fixed the wchar problem. > > #include <iosfwd> > int main() > { > std::wostream* my_wide_ostream = 0; > std::wistream* my_wide_istream = 0; > return 0; > }
Hi Philip, Yes, it compiles fine. -- Csaba _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
