[Bug c++/23273] gcc doesn't compile the stl headers
gcc-bugzilla2 at imperialviolet dot org
gcc-bugzilla@gcc.gnu.org
Mon Aug 22 13:25:00 GMT 2005
------- Additional Comments From gcc-bugzilla2 at imperialviolet dot org 2005-08-22 13:00 -------
An uncomfortable, but functional, solution this this problem is to replace
std::max with max on each of the erroring lines. Since the STL lives in the std
namespace anyway I think this should work generally.
AGL
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23273
More information about the Gcc-bugs
mailing list