This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
bitset
- To: egcs at cygnus dot com
- Subject: bitset
- From: Andrew Borthwick <borthwic at johnson dot cs dot nyu dot edu>
- Date: Mon, 17 Nov 1997 14:18:13 -0500 (EST)
Hi,
In the discussions pertaining to my previous question about the treatment of
"bool", people mentioned both vector<bool> and bit_vector. However, after doing
some futher reading in Stroustrup's "C++ Programming Language, 3rd Edition", I
saw a discussion of the class "bitset" starting on p. 492, which seems to be
just what I'm after.
Stroustrup says that this is defined in the file <bitset>, but this file
doesn't seem to be in egcs. I don't see any sign of the class "bitset"
anywhere.
Is bitset implemented in egcs?
Thanks,
Andrew Borthwick