Skip to content

Added fix for this_thread::sleep_for #28

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zacsketches
Copy link

When I tried to use with the sleep_for method I got errors that sleep_for is not a member of this_thread. By following the advice at this post http://stackoverflow.com/questions/12523122/what-is-glibcxx-use-nanosleep-all-about I am going to see if I can rebuild GCC to fix this bug.

When I tried to use <thread> with the sleep_for method I got errors that sleep_for is not a member of this_thread.  By following the advice at this post http://stackoverflow.com/questions/12523122/what-is-glibcxx-use-nanosleep-all-about I am going to see if I can rebuild GCC to fix this bug.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant