Skip to content

Clean up Mutex requirements throughout #202

@sdutoit

Description

@sdutoit

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions