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

Can't compile code with C++11 stdlib features #530

Closed
leha-bot opened this issue Oct 31, 2016 · 1 comment
Closed

Can't compile code with C++11 stdlib features #530

leha-bot opened this issue Oct 31, 2016 · 1 comment

Comments

@leha-bot
Copy link

I.e.:
Simple program;

`#include

int main()
{
std::to_string(1.0);
return 0;
]`

Is not working. In config GNUCXX_USE_C99 is not defined. If I force define it, then std::to_string become visible, but another functions are not working.

@fornwall
Copy link
Member

It's a bug in the Android NDK (which Termux is based on) which hopefully will get fix soon - see #377 for tracking that issue.

@ghost ghost locked and limited conversation to collaborators Oct 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants