Gabriel Dos Reis - Re: V3 PATCH: numeric_limits< (original) (raw)

This is the mail archive of the libstdc++@gcc.gnu.orgmailing 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]
Other format: [Raw text]

Re: V3 PATCH: numeric_limits<> support, fix PR/3865


"Joseph S. Myers" jsm28@cam.ac.uk writes:

| Also, the BITS_ macros for integer types are redundant with the MAX_ | macros used for <limits.h>; one can be derived from the other.

Since we already define BIT_ for char and similar macros are needed for floating point types, I'll propose, for consistency to provide it for the rest of the integer types.

-- Gaby


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