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

Clean up Mutex requirements throughout #202

Closed
sdutoit opened this issue Sep 27, 2013 · 0 comments
Closed

Clean up Mutex requirements throughout #202

sdutoit opened this issue Sep 27, 2013 · 0 comments
Assignees

Comments

@sdutoit
Copy link
Contributor

sdutoit commented Sep 27, 2013

Requirements on mutex types are inconsistently referred to. From LWG:

issue 2125 timed mutex requirements should be fixed as editorial and the similar fix should be applied to recursive timed mutex requirements as well
shared mutex requirements, TimedMutex requirements.

context is given below relative to N3690

"Mutex requirements" Mutex is spelled sometimes in code font, where it shouldn't [thread.mutex.class]

"all of the TimedMutex requirements (30.4.1.3)."[thread.timedmutex.class] -> timed mutex requirements

"The class recursive_timed_mutex shall satisfy all of the TimedMutex requirements (30.4.1.3)." [thread.timedmutex.recursive] -> timed mutex requirements

"The class shared_mutex shall satisfy all of the SharedMutex requirements (30.4.1.4)."[thread.sharedmutex.class] -> shared mutex requirements

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

No branches or pull requests

2 participants