$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Gero Peterhoff (g.peterhoff_at_[hidden])
Date: 2022-04-21 16:26:31
Hello John,
i switched std::numeric_limits<float128> completely to constexpr because it bothered me a lot. Especially:
- quiet_NaN (removed sqrt)
- has/signaling_NaN adjusted
Hope that's ok.
regards
Gero