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 TODO get_try() && #18

Closed
FelixPetriconi opened this issue Dec 7, 2016 · 2 comments
Closed

future TODO get_try() && #18

FelixPetriconi opened this issue Dec 7, 2016 · 2 comments
Milestone

Comments

@FelixPetriconi
Copy link
Member

Open issue:
future.hpp:651

// Fp Does it make sense to have this? At the moment I don't see a real use case for it.
// One can only ask once on an r-value and then the future is gone.
// To perform this in an l-value casted to an r-value does not make sense either,
// because in this case _p is not unique any more and internally it is forwarded to
// the l-value get_try.
auto get_try() &&

@FelixPetriconi
Copy link
Member Author

Remove comment and test with immediate executor

@fosterbrereton
Copy link
Member

This issue has been fixed in master as of the 1.1 release.

nickpdemarco pushed a commit that referenced this issue Aug 4, 2022
Making the tabs more explicit and filtered. also cleaned up the tips …
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants