24 Mar
2021
24 Mar
'21
3:56 p.m.
Thanks!
On Wed, Mar 24, 2021 at 4:52 PM Matt Borland
On Wed, 2021-03-24 at 14:46 +0100, Luigi Ballabio via Boost wrote:
Hello, I have a minimal example now. The program: ------ #include
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
Thanks, Luigi
Luigi,
I opened a PR to address your issue. See: https://github.com/boostorg/math/pull/580
Matt