$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Matt Borland (matt_at_[hidden])
Date: 2025-01-16 18:42:28
> IEEE floating point doesn't have undefined behavior, so it's always "safe" in
> the "no undefined behavior" sense. (Assuming that floating point exceptions
> are disabled. When they are enabled, it's not so clear.)
>
In that since there's little to be done here too. We'll never set anything that can be queried by std::fetestexcept (since internally it's all integer maths), and I don't think we gain anything by calling std::feraiseexcept with the right arguments, because we'll have to add a bunch of workarounds to keep constexpr. More importantly there's not a lot of support and even fewer people that care.
Matt