std_bitset.h: Include ostream and istream headers instead of iostream.
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
This commit is contained in:
parent
9b70259dca
commit
2c085782da
2 changed files with 7 additions and 1 deletions
|
@ -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>
|
2001-03-22 Greg Bumgardner <bumgard@roguewave.com>
|
||||||
|
|
||||||
* include/bits/ostream.tcc: Use __builtin_alloca.
|
* include/bits/ostream.tcc: Use __builtin_alloca.
|
||||||
|
|
|
@ -38,7 +38,8 @@
|
||||||
#include <bits/std_stdexcept.h> // for invalid_argument, out_of_range,
|
#include <bits/std_stdexcept.h> // for invalid_argument, out_of_range,
|
||||||
// overflow_error
|
// 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 _GLIBCPP_BITSET_BITS_PER_WORD (CHAR_BIT*sizeof(unsigned long))
|
||||||
#define __BITSET_WORDS(__n) \
|
#define __BITSET_WORDS(__n) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue