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

future is only supported by android64 gcc 4.9 #872

Merged
merged 1 commit into from Apr 2, 2016

Conversation

hham
Copy link
Contributor

@hham hham commented Apr 1, 2016

Unfortunately, Android32 gcc 4.9 does not support future.
This is required to upgrade android32 gcc4.8 to gcc 4.9.

- android32 gcc 4.9 does not support future
@hham hham added the upkeep label Apr 1, 2016
@codemercenary
Copy link
Contributor

👍

@codemercenary codemercenary added this to the v1.0.0 milestone Apr 2, 2016
@codemercenary codemercenary merged commit 0da1f0b into develop Apr 2, 2016
@codemercenary codemercenary deleted the fix-android32-gcc4.9 branch April 2, 2016 04:09
@jdonald
Copy link
Contributor

jdonald commented Apr 4, 2016

This logic is a bit different from what we have in platform. Ideally the limitation will get fixed on Android 32-bit with gcc 5, yet the logic here would continue using boost/future for all 32-bit Android.

However, I haven't confirmed that it'll get fixed, and up until recently thought the same about gcc 4.9. It's also likely that we'll switch over to the clang ndk rather than gcc 5, so we can deal with that when the time comes.

@hham
Copy link
Contributor Author

hham commented Apr 5, 2016

Agree. In fact, I wasn't sure that gcc 5.0 on android 32bit will includes future. I will keep it in mind to fix this when the time comes.

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

Successfully merging this pull request may close these issues.

None yet

3 participants