adtools icon indicating copy to clipboard operation
adtools copied to clipboard

std::cbrt not a member of std

Open kas1e opened this issue 4 years ago • 1 comments

Topic says it all. Test case:

#include <iostream>
#include <cmath>
#include <limits>

int main()
{
    // normal use
    std::cout << "cbrt(729) = " << std::cbrt(729) << '\n'
}

kas1e avatar Jan 10 '21 07:01 kas1e

from newlib's side everything about "not a member of std::" was fixed in the new beta of newlib 53.69 and adtools recompiled with new newlib's headers.

kas1e avatar Feb 02 '21 06:02 kas1e