This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: <bitset> in egcs?


On Thu, 29 Oct 1998, Richard Dubois wrote:
>  What is the status of bitset?

In the STL from SGI, and thus also in EGCS, vector<bool> is a
specialisation of vector<>, that implements a bit vector.

Gerald

PS: I don't have access to Stroustrup's C++ 3rd Ed., so I could
    not check what bitset is supposed to do.
-- 
Gerald Pfeifer (Jerry)      Vienna University of Technology
pfeifer@dbai.tuwien.ac.at   http://www.dbai.tuwien.ac.at/~pfeifer/





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]