tmp/tmpehob8tnt/{from.md → to.md}
RENAMED
|
@@ -31,11 +31,11 @@ ownership semantics.
|
|
| 31 |
|
| 32 |
The class `shared_mutex` meets all of the shared mutex requirements
|
| 33 |
[[thread.sharedmutex.requirements]]. It is a standard-layout class
|
| 34 |
[[class.prop]].
|
| 35 |
|
| 36 |
-
The behavior of a program is undefined if
|
| 37 |
|
| 38 |
- it destroys a `shared_mutex` object owned by any thread,
|
| 39 |
- a thread attempts to recursively gain any ownership of a
|
| 40 |
`shared_mutex`, or
|
| 41 |
- a thread terminates while possessing any ownership of a
|
|
|
|
| 31 |
|
| 32 |
The class `shared_mutex` meets all of the shared mutex requirements
|
| 33 |
[[thread.sharedmutex.requirements]]. It is a standard-layout class
|
| 34 |
[[class.prop]].
|
| 35 |
|
| 36 |
+
The behavior of a program is undefined if
|
| 37 |
|
| 38 |
- it destroys a `shared_mutex` object owned by any thread,
|
| 39 |
- a thread attempts to recursively gain any ownership of a
|
| 40 |
`shared_mutex`, or
|
| 41 |
- a thread terminates while possessing any ownership of a
|