Boost logo

Boost :

From: John Maddock (jz.maddock_at_[hidden])
Date: 2021-03-24 18:33:17


On 24/03/2021 15:52, Matt Borland via Boost wrote:
> On Wed, 2021-03-24 at 14:46 +0100, Luigi Ballabio via Boost wrote:
>
>> Hello, I have a minimal example now. The program:
>> ------
>> #include <boost/math/special_functions/atanh.hpp>
>>
>> int main() {
>> auto x = boost::math::atanh(1.0);
>> return int(x);
>> }
>> ------
>> fails to link in an Ubuntu 20.10 Docker image with g++ 10.2.0 if using
>> Boost 1.76.0.beta1. It links with 1.75.0, or with the beta if I also add
>> #include <boost/math/special_functions/fpclassify.hpp>
>>
>> Thanks,
>> Luigi
> Luigi,
>
> I opened a PR to address your issue. See: https://github.com/boostorg/math/pull/580

Thanks Matt!

Baring in mind that these are "just" missing #includes, are these too
late for the release now?

Matt: I'll file a PR shortly that updates our tests on this, though I'm
curious how they slipped through - certainly the log1p case should
already be tested for (sf_log1p_incl_test.cpp).

John.

-- 
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk