This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16605] expected unqualified-id before '(' token in vector.tcc and stl_bvector.h
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Jul 2004 17:36:35 -0000
- Subject: [Bug c++/16605] expected unqualified-id before '(' token in vector.tcc and stl_bvector.h
- References: <20040717110358.16605.g.s@arcor.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-07-17 17:36 -------
I think the issue comes form you (or really the source) define max to be something which is wrong
because you violate the C++ standard as there is a max in std also.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16605