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

Coroutine include and forward declarations missing #1068

Closed
zao opened this issue Feb 23, 2014 · 1 comment
Closed

Coroutine include and forward declarations missing #1068

zao opened this issue Feb 23, 2014 · 1 comment
Assignees
Labels
category: core difficulty: easy Good issues for starting out with HPX development type: defect
Milestone

Comments

@zao
Copy link
Contributor

zao commented Feb 23, 2014

hpx/runtime/components/server/locking_hook.hpp has a typo in the include of #include <hpx/util/coroutines/coroutine.hpp>, it seems like it should be coroutine, not coroutines.

On a related note, get_self().yield() has an incomplete type for the return of get_self(), probably due to a missing header, in examples/balancing/px_thread_phase.cpp and examples/quickstart/timed_wake.cpp.

@hkaiser
Copy link
Member

hkaiser commented Feb 23, 2014

This was fixed by 1ac6a58 and 18f3848

@hkaiser hkaiser closed this as completed Feb 23, 2014
@hkaiser hkaiser added this to the 0.9.8 milestone Mar 19, 2014
@hkaiser hkaiser self-assigned this Mar 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: core difficulty: easy Good issues for starting out with HPX development type: defect
Projects
None yet
Development

No branches or pull requests

2 participants