From Jason Turner

[thread.req.lockable.shared]

Diff to HTML by rtfpessoa

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