[Bug libstdc++/79700] std::fabsf and std::fabsl missing from <cmath>

de34 at live dot cn gcc-bugzilla@gcc.gnu.org
Tue Apr 19 09:10:47 GMT 2022


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79700

Jiang An <de34 at live dot cn> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |de34 at live dot cn

--- Comment #18 from Jiang An <de34 at live dot cn> ---
(In reply to Jonathan Wakely from comment #13)
> It's not speculative. I am certain that ceilf was never once mentioned in a
> WG21 proposal (or minutes of WG21 meetings) until https://wg21.link/p0175
> proposed explicitly naming it in the C++ standard for consistency with the
> contents of <math.h> in C99.

Actually ceilf was explicitly mentioned in TR1 (https://wg21.link/n1836),
although it was introduced as std::tr1::ceilf then. I don't know why the -f/-l
variants became implicit (or ignored) when merging TR1 (except for math special
functions) into the standard...


More information about the Gcc-bugs mailing list