$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [math] Comeau can't match math::tools::fmod_workaround
From: John Maddock (john_at_[hidden])
Date: 2009-11-27 06:10:27
> Could any one confirm if it is an error indeed?
These all look to be related, and indicate a genuine issue:
fabs(long_double_value)
is returning a double (ie truncated) result :-(
Can you confirm whether #include <cmath> results in fabs(long double) being
defined?
Thanks, John.