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

Kip Warner <kip at thevertigo dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kip at thevertigo dot com

--- Comment #5 from Kip Warner <kip at thevertigo dot com> ---
I am experiencing the same problem with GCC 10.2.0.

I have included <cmath> and I am attempting to rely on std::ceilf. g++(1) bails
with:

error: ‘ceilf’ is not a member of ‘std’; did you mean ‘ceil’

$ g++ --version
g++ (Ubuntu 10.2.0-13ubuntu1) 10.2.0

Reply via email to