diff -r 18da5738c9b6 -r ef2ebc87518f genericopenlibs/cppstdlib/stl/stlport/stl/_ostream.h --- a/genericopenlibs/cppstdlib/stl/stlport/stl/_ostream.h Thu Apr 01 00:15:09 2010 +0300 +++ b/genericopenlibs/cppstdlib/stl/stlport/stl/_ostream.h Wed Apr 14 17:44:02 2010 +0300 @@ -68,8 +68,13 @@ typedef basic_ios<_CharT, _Traits> _Basic_ios; public: // Constructor and destructor. + explicit basic_ostream(basic_streambuf<_CharT, _Traits>* __buf); - ~basic_ostream(); + + + + ~basic_ostream() {} + public: // Hooks for manipulators. typedef basic_ios<_CharT, _Traits>& (_STLP_CALL *__ios_fn)(basic_ios<_CharT, _Traits>&);