std_bitset.h: Include ostream and istream headers instead of iostream.
authorPhil Edwards <pme@gcc.gnu.org>
Sat, 24 Mar 2001 23:46:38 +0000 (23:46 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Sat, 24 Mar 2001 23:46:38 +0000 (23:46 +0000)
2001-03-24  Phil Edwards  <pme@sources.redhat.com>

* include/bits/std_bitset.h:  Include ostream and istream headers
instead of iostream.

From-SVN: r40820

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/std_bitset.h

index 3c2cfcc76ee7862ac69d4a740a328744caafbc18..13fe0777578ed1df248ee42d45c601043a50009b 100644 (file)
@@ -1,3 +1,8 @@
+2001-03-24  Phil Edwards  <pme@sources.redhat.com>
+
+       * include/bits/std_bitset.h:  Include ostream and istream headers
+       instead of iostream.
+
 2001-03-22  Greg Bumgardner <bumgard@roguewave.com>
 
        * include/bits/ostream.tcc: Use __builtin_alloca.
index 9ea657fc9d158090003d4d756f3d6c6476d6deb6..4b442724a6fa562ba9bff2fb27f21e664dd29d11 100644 (file)
@@ -38,7 +38,8 @@
 #include <bits/std_stdexcept.h>   // for invalid_argument, out_of_range, 
                                  // overflow_error
 
-#include <bits/std_iostream.h>   // for istream, ostream
+#include <bits/std_ostream.h>     // for ostream (operator<<)
+#include <bits/std_istream.h>     // for istream (operator>>)
 
 #define _GLIBCPP_BITSET_BITS_PER_WORD (CHAR_BIT*sizeof(unsigned long))
 #define __BITSET_WORDS(__n) \