This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Stephen Webb's staging headers patch


>>>>> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]