On 11/8/06, Jim Laskey <[EMAIL PROTECTED]> wrote:
>
> John,
>
> Both are defined on Darwin, FLT_MAX in float.h and HUGE_VALF in math.h.
> However, neither header seems to be based on a BSD header.  I choose
> HUGE_VALF because it was also defined in the LINUX and FREEBSD math.h
> headers (seemed like confirmation to me.)  I'll wait for Chris to make the
> call. (might uses a #ifndef HUGE_VALF thingame.)
>
Would it be possible to use std::numeric_limits<float>::infinity in
<limits> instead?

-bw
_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to