$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel James (daniel_james_at_[hidden])
Date: 2006-03-13 11:03:22
On 3/13/06, Vladimir Prus <ghost_at_[hidden]> wrote:
>
> The functional/hash/has_float_test test fails in CalebEpstein-V2 test results.
>
> I suspect that's some Sun-specific floating point accuracy issue.
>
> Caleb, can you check if that test works with V1? If so, can you get command
> lines for both V1 and V2 via:
The test has been failing for some time. This failure suggests a
problem with ldexp or frexp for long doubles. Looking at
http://listarchives.boost.org/Archives/boost/2005/04/83872.php it seems that
the library has overloads for long doubles, but I expect the
implementation treats them as doubles.
But regardless, this is probably not a build issue.
Daniel