This is the mail archive of the gcc-bugs@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]

g++-3 bitset bug...


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

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