- Notifications
You must be signed in to change notification settings - Fork425
Boost future master#698
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
it does not compile now
boost::shared_future has a richer api, notably it has the `is_ready()`method required by the `ready()` wrapper
281cb0c
tod7bec0a
CompareAll tests on Travis failed. @cinghiale ignore the tests for clang right now, we already now that they don't work. However, it looks like you have added a dependency to Boost.System to cpp-netlib, and their is a linking error for the tests and examples. |
Added the missing libraries. Waiting for the CI... |
Still some failures... I'll try to fix soon |
@glynos I'm a bit puzzled by the failings. Looking at the output it looks like we found an ICE in one of the tests:
On my ubuntu box (16.10) I have access to gcc 4.8.5 and it compiles fine. any suggestion is very appreciated |
I think we don't need to block this on the CI results. We should be able to fix this after the fact. |
LGTM |
This is#684 against the master branch