Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

std::cbrt not a member of std #94

Open
kas1e opened this issue Jan 10, 2021 · 1 comment
Open

std::cbrt not a member of std #94

kas1e opened this issue Jan 10, 2021 · 1 comment

Comments

@kas1e
Copy link

kas1e commented Jan 10, 2021

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
Copy link
Author

kas1e commented Feb 2, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant