From Jason Turner

[thread.req.lockable.basic]

Diff to HTML by rtfpessoa

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 *Cpp17BasicLockable* requirements if the following
4
- expressions are well-formed and have the specified semantics (`m`
5
- denotes a value of type `L`).
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