From Jason Turner

[thread.condition.condvarany]

Diff to HTML by rtfpessoa

tmp/tmpy1nar8n6/{from.md → to.md} RENAMED
@@ -1,12 +1,12 @@
1
  ### Class `condition_variable_any` <a id="thread.condition.condvarany">[[thread.condition.condvarany]]</a>
2
 
3
  #### General <a id="thread.condition.condvarany.general">[[thread.condition.condvarany.general]]</a>
4
 
5
- In this subclause [[thread.condition.condvarany]], template arguments
6
- for template parameters named `Lock` shall meet the *Cpp17BasicLockable*
7
- requirements [[thread.req.lockable.basic]].
8
 
9
  [*Note 1*: All of the standard mutex types meet this requirement. If a
10
  type other than one of the standard mutex types or a `unique_lock`
11
  wrapper for a standard mutex type is used with `condition_variable_any`,
12
  any necessary synchronization is assumed to be in place with respect to
 
1
  ### Class `condition_variable_any` <a id="thread.condition.condvarany">[[thread.condition.condvarany]]</a>
2
 
3
  #### General <a id="thread.condition.condvarany.general">[[thread.condition.condvarany.general]]</a>
4
 
5
+ In [[thread.condition.condvarany]], template arguments for template
6
+ parameters named `Lock` shall meet the *Cpp17BasicLockable* requirements
7
+ [[thread.req.lockable.basic]].
8
 
9
  [*Note 1*: All of the standard mutex types meet this requirement. If a
10
  type other than one of the standard mutex types or a `unique_lock`
11
  wrapper for a standard mutex type is used with `condition_variable_any`,
12
  any necessary synchronization is assumed to be in place with respect to