-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
build fail on arm32 #643
Comments
What is the gcc version? It must be at least gcc 4.8 and support full c++11. |
5.4
|
It seems that your compiler does not support std::future. Can you write a simple std::future test program to test it? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I build with arm-linux-gnueabi-gcc, the compiler report
The text was updated successfully, but these errors were encountered: