This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
g++-3 bitset bug...
- To: gcc-bugs at gcc dot gnu dot org
- Subject: g++-3 bitset bug...
- From: Andrew Lundgren <lundgren at byu dot net>
- Date: Sat, 18 Nov 2000 20:04:15 -0700
I am not sure if this is the right place to report this, or even how as
I have never done it before but here goes.
The bitset(string,place,length) constructor for bitset uses the
min( call from stl_algobase.h without ever including it.
Including the stl_algobase.h file allowed my compile to work.
Thanks!
--
Andrew Lundgren