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

Error returning futures from component actions #1099

Closed
K-ballo opened this issue Mar 31, 2014 · 3 comments
Closed

Error returning futures from component actions #1099

K-ballo opened this issue Mar 31, 2014 · 3 comments

Comments

@K-ballo
Copy link
Member

K-ballo commented Mar 31, 2014

Returning a future<> or shared_future<> from a component action results in a compilation error. The remote result type is getting in the way.

@K-ballo
Copy link
Member Author

K-ballo commented Mar 31, 2014

Fixed by a3335aa for the general case. Some issues remain with the special implementation of actions for GCC4.4

@hkaiser
Copy link
Member

hkaiser commented Mar 31, 2014

Thanks!

@hkaiser hkaiser closed this as completed Mar 31, 2014
@hkaiser hkaiser added this to the 0.9.9 milestone Mar 31, 2014
@K-ballo
Copy link
Member Author

K-ballo commented Mar 31, 2014

6cd85b3 should take care of the remaining GCC4.4 issues.

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