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: David Edelsohn <dje at watson dot ibm dot com>
- Subject: Re: std_limits.h os_defines.h
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Thu, 9 Aug 2001 13:53:48 -0700 (PDT)
- cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
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.
I would prefer it if all the bits for std_limits.h went in together, so
it's obvious what is going on.
-benjamin