$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-28 05:49:12
> It may look like Comeau/libcomo issue, as long double fabs(long double)
> should be well defined so the simple template test above is supposed to
> work. Am I correct?
Nod, I think so.
It's easy enough to disable long double support in Boost.Math, it's just a
case of working out what macros the std lib sets when it's not available so
we can hook into that. Is __NO_LONG_DOUBLE_MATH defined after including
math.h by any chance?
Thanks, John.