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

            Bug ID: 101855
           Summary: std::logf is missing from <cmath
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hewillk at gmail dot com
  Target Milestone: ---

#include <cmath>
auto f = std::log10f(3.14);

<source>:2:15: error: 'log10f' is not a member of 'std'; did you mean 'log1pf'?
    2 | auto f = std::log10f(3.14);
      |               ^~~~~~
      |               log1pf

https://godbolt.org/z/rW3Kjeq6n

Reply via email to