tmp/tmp0sgghnkm/{from.md → to.md}
RENAMED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
#### *Cpp17BasicLockable* requirements <a id="thread.req.lockable.basic">[[thread.req.lockable.basic]]</a>
|
| 2 |
|
| 3 |
-
A type `L` meets the
|
| 4 |
-
|
| 5 |
-
|
| 6 |
|
| 7 |
``` cpp
|
| 8 |
m.lock()
|
| 9 |
```
|
| 10 |
|
|
|
|
| 1 |
#### *Cpp17BasicLockable* requirements <a id="thread.req.lockable.basic">[[thread.req.lockable.basic]]</a>
|
| 2 |
|
| 3 |
+
A type `L` meets the requirements if the following expressions are
|
| 4 |
+
well-formed and have the specified semantics (`m` denotes a value of
|
| 5 |
+
type `L`).
|
| 6 |
|
| 7 |
``` cpp
|
| 8 |
m.lock()
|
| 9 |
```
|
| 10 |
|