This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/16598] apparent typo in bits/fstream.tcc
- 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:16 -0000
- Subject: [Bug libstdc++/16598] apparent typo in bits/fstream.tcc
- References: <20040717015120.16598.victor.secarin@shaw.ca>
- 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=16598