+2001-05-27 scott snyder <snyder@fnal.gov>
+
+ libstdc++/2976
+ * include/bits/istream.tcc: Include std_ostream.h.
+
2001-05-31 Benjamin Kosnik <bkoz@redhat.com>
libstdc++/2997
class basic_istream : virtual public basic_ios<_CharT, _Traits>
{
public:
-
// Types (inherited from basic_ios (27.4.4)):
typedef _CharT char_type;
typedef typename _Traits::int_type int_type;
class basic_istream<_CharT, _Traits>::sentry
{
public:
-
typedef _Traits traits_type;
typedef basic_streambuf<_CharT, _Traits> __streambuf_type;
typedef basic_istream<_CharT, _Traits> __istream_type;
public basic_ostream<_CharT, _Traits>
{
public:
-
// Non-standard Types:
typedef basic_istream<_CharT, _Traits> __istream_type;
typedef basic_ostream<_CharT, _Traits> __ostream_type;