From Jason Turner

[thread.req.lockable.req]

Diff to HTML by rtfpessoa

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