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

Mark global functions as inline. #6

Merged
merged 1 commit into from
Apr 28, 2015
Merged

Conversation

samhocevar
Copy link
Contributor

Both this_thread::get_id() and this_thread::yield() need to be marked as
inline, to avoid linker errors about multiple definitions.

Both this_thread::get_id() and this_thread::yield() need to be marked as
inline, to avoid linker errors about multiple definitions.
alxvasilev added a commit that referenced this pull request Apr 28, 2015
Mark global functions as inline.
@alxvasilev alxvasilev merged commit 776ce7f into meganz:master Apr 28, 2015
alxvasilev pushed a commit that referenced this pull request May 29, 2018
Fix infinite loop for mutexes in Windows XP and Vista.
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.

2 participants