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]
Other format: [Raw text]

Re: Error in stl_bvector.h and vector.tcc


You Wrote Hillel  Markowitz
> While trying to compile code which handles vectors using gcc-3.4.0, I
> found compile errors in <GCC_ROOT>/include/c++/3.4.0/bits in files
> stl_bvector.h and vector.tcc
>
> Both sets of code used std::max which failed, but compiled successfully
> when the reference was changed to max

If that is the case, then fill proper bug report.  std::max
is the way to go -- and if it does not work then, please, provide
more information so that we can reproduce and fix the problem.


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