This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: std_limits.h os_defines.h
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Subject: Re: std_limits.h os_defines.h
- From: Gabriel Dos Reis <gdr at codesourcery dot com>
- Date: 09 Aug 2001 23:20:08 +0200
- Cc: David Edelsohn <dje at watson dot ibm dot com>, gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Organization: CodeSourcery, LLC
- References: <Pine.SOL.3.91.1010809135237.29155A-100000@taarna.cygnus.com>
Benjamin Kosnik <bkoz@redhat.com> writes:
| I think this patch is pretty weak. Some of the targets use LONG_MAX, some
| use stuff like __alpha, etc. I don't see any reason to not use LONG_MAX,
| as was discussed.
Actually, I'm not of the opinoon that <limits> should pull in LONG_MAX
or trhings like that.
| I would prefer it if all the bits for std_limits.h went in together, so
| it's obvious what is going on.
I think David's patch can go in without our patch. It makes it easier
for us to test.
Thanks David,
-- Gaby