Error in stl_bvector.h and vector.tcc
Gabriel Dos Reis
gdr@acm.org
Wed Jun 9 05:30:00 GMT 2004
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.
More information about the Gcc
mailing list