This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [libstdc++] numeric_limits: integer parameters


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


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