From Jason Turner

[thread.req.lockable.shared.timed]

Diff to HTML by rtfpessoa

tmp/tmpus13mr6v/{from.md → to.md} RENAMED
@@ -1,13 +1,13 @@
1
  #### *Cpp17SharedTimedLockable* requirements <a id="thread.req.lockable.shared.timed">[[thread.req.lockable.shared.timed]]</a>
2
 
3
- A type `L` meets the *Cpp17SharedTimedLockable* requirements if it meets
4
- the *Cpp17SharedLockable* requirements, and the following expressions
5
- are well-formed, have type `bool`, and have the specified semantics (`m`
6
- denotes a value of type `L`, `rel_time` denotes a value of a
7
- specialization of `chrono::duration`, and `abs_time` denotes a value of
8
- a specialization of `chrono::time_point`).
9
 
10
  ``` cpp
11
  m.try_lock_shared_for(rel_time)
12
  ```
13
 
 
1
  #### *Cpp17SharedTimedLockable* requirements <a id="thread.req.lockable.shared.timed">[[thread.req.lockable.shared.timed]]</a>
2
 
3
+ A type `L` meets the requirements if it meets the *Cpp17SharedLockable*
4
+ requirements, and the following expressions are well-formed, have type
5
+ `bool`, and have the specified semantics (`m` denotes a value of type
6
+ `L`, `rel_time` denotes a value of a specialization of
7
+ `chrono::duration`, and `abs_time` denotes a value of a specialization
8
+ of `chrono::time_point`).
9
 
10
  ``` cpp
11
  m.try_lock_shared_for(rel_time)
12
  ```
13