This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Stephen Webb's staging headers patch
- To: Gabriel Dos Reis <Gabriel dot Dos-Reis at cmla dot ens-cachan dot fr>
- Subject: Re: Stephen Webb's staging headers patch
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Mon, 23 Jul 2001 12:16:32 -0400
- cc: Benjamin Kosnik <bkoz at redhat dot com>, Phil Edwards <pedwards at disaster dot jaj dot com>, libstdc++ at gcc dot gnu dot org
>>>>> Gabriel Dos Reis writes:
Gabriel> | #if LONG_MAX > 2147483647
Gabriel> Hmm,
Gabriel> <limits>
Gabriel> is not supposed to pull in macros like LONG_MAX and such.
limits_generic.h already uses LONG_MAX. I did not utilize any
macros not already used by the file.
limits_generic.h includes
#include <bits/std_cfloat.h>
#include <bits/std_climits.h>
which provide float.h and limits.h macros used by the generic file (before
my change).
David