-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
packaged_task<void()> errors #32
Comments
@alex85k: Can you verify this works now? |
Yes, this seems to be fixed. Thank you! |
Sorry, it is not so clear - different task-related error showed:
|
Difficult to see what the problem here is. Maybe it is missing a move constructor here? Try adding |
Tried this - no result, the same errors. |
@alex85k: Can you verify this is fixed by the last commit? |
Yes, it was fixed, thank you! |
The same error showed up for OPLOutputBlock :) |
Added something to compile: alex85k@6e430a1 |
I have these errors and can not fix them myself:
This is known to be an error or standard unclearness about packaged_task<void()>:
http://stackoverflow.com/questions/14744588/why-is-stdpackaged-taskvoid-not-valid
We had to add a workaround for this in OSRM:
Project-OSRM/osrm-backend@42d3ee9
Project-OSRM/osrm-backend#998 (comment)
in libosmium it seems much harder...
My half-fixed branch (with cmake-building of examples by
build.bat
):https://github.com/alex85k/libosmium
The text was updated successfully, but these errors were encountered: