-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Migrating from Boost.Thread to std #2700
Comments
The current status: I've migrated The current policy, ignoring the obvious ones, has roughly been:
I'm currently dealing with an issue with |
Can we just keep |
Sure? |
Very very late answer. The issue comes from this line in that same page
However shared mutexes were only introduced in C++17. However, it appears shared timed mutexes were created for C++14 and appear to provide a superset of the functionality of the shared mutex. The shared mutex might have appeared later to reduce unwanted functionality. |
I'm just opening this one to mention I'm working on it. I've incorporated the corresponding commit from #2382 and I'm building up on it.
Migration list:
The text was updated successfully, but these errors were encountered: