------- 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