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

regression in broadcast? #2885

Closed
zbyerly opened this issue Sep 6, 2017 · 2 comments · Fixed by #2887
Closed

regression in broadcast? #2885

zbyerly opened this issue Sep 6, 2017 · 2 comments · Fixed by #2887

Comments

@zbyerly
Copy link
Member

zbyerly commented Sep 6, 2017

in building https://github.com/zbyerly/libgeodecomp, specifically
https://github.com/zbyerly/libgeodecomp/blob/master/src/libgeodecomp/parallelization/hpxsimulator.cpp,
I get this error:

/local_install_Debug/include/hpx/lcos/future.hpp:812:11: note: ‘hpx::lcos::future<std::vector >::future(const hpx::lcos::future<std::vector >&)’ is implicitly declared as deleted because ‘hpx::lcos::future<std::vector >’ declares a move constructor or move assignment operator
class future : public detail::future_base<future, R>

https://gist.github.com/zbyerly/228fdd0aab04423af5dc5344658e5e8a

I checked out a previous commit, d55dc1b
and the error goes away.

@hkaiser
Copy link
Member

hkaiser commented Sep 6, 2017

This looks like to be caused by the change which disabled automatic unwrapping for async<Action>().

@zbyerly
Copy link
Member Author

zbyerly commented Sep 7, 2017

This is fixed with #2887

hkaiser added a commit that referenced this issue Sep 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants