This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: V3 PATCH: numeric_limits<> support, fix PR/3865
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Cc: Neil Booth <neil at daikokuya dot co dot uk>, Graham Stott <graham dot stott at btinternet dot com>, <gcc-patches at gcc dot gnu dot org>, <libstdc++ at gcc dot gnu dot org>
- Date: 29 Aug 2002 11:28:58 +0200
- Subject: Re: V3 PATCH: numeric_limits<> support, fix PR/3865
- Organization: Integrable Solutions
- References: <Pine.LNX.4.33.0208291024090.31824-100000@kern.srcf.societies.cam.ac.uk>
"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