>multiple threads try to write to it a ostream they contend >for a mutex that Microsoft have used to implement ref counting.
If the mutex is really in std::cout (not std::ostream) (???), a possible workaround might be indirection thru a custom C++ streambuf class that uses printf() (???). _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

