-
Notifications
You must be signed in to change notification settings - Fork 781
Description
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