$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (jz.maddock_at_[hidden])
Date: 2022-06-17 17:36:29
On 10/06/2022 17:54, Gero Peterhoff via Boost wrote:
> Hello John,
> if i include boost::cstdint/float.hpp AND boost::multiprecision::gmp.hpp gets errors in boost::multiprecision::detail::float128_functions.hpp. With the attached patch it works, although I have no idea why this is needed.
Confirmed, fixed in https://github.com/boostorg/multiprecision/pull/474.
Thanks for the heads-up, John.