$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alexander Nasonov (alnsn_at_[hidden])
Date: 2006-09-25 08:08:45
>On 25/09/06, John Maddock <john_at_[hidden]> wrote:
>That's on FreeBSD, my problem was with OpenBSD
>(http://tinyurl.com/o6rty) but it seems that both are wrong.
> OpenBSD is the other way round, the macros say that long
> double is 64-bit but numeric_limits claims 80-bit. So it
> ends up with numeric_limits::min()==0, max()==inf.
> Hopefully all I have to do is use the macros for the BSDs.
But this doesn't solve the problem.
I'll look at this problem when I get an access to my notebook with *BSD installed. So far I see only that min returns __LDBL_MIN__ (http://tinyurl.com/lxl85) but I can't find a definition of __LDBL_MIN__ using web access to OpenBSD's cvs.
-- Alexander Nasonov