This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [libstdc++] numeric_limits: integer parameters
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Richard Henderson <rth at twiddle dot net>
- Cc: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: 23 Sep 2002 09:11:21 +0200
- Subject: Re: [libstdc++] numeric_limits: integer parameters
- Organization: Integrable Solutions
- References: <20020922163554.A9097@twiddle.net>
Richard Henderson <rth@twiddle.net> writes:
| Removes a whole lot of hard-coding in favour of computation.
| Fortunately, unlike in limits.h, none of this has to be
| accessible to the preprocessor, so we can let the compiler
| do constant folding with types.
|
| Ok?
Yes.
-- Gaby