From Jason Turner

[thread.condition.condvarany.general]

Diff to HTML by rtfpessoa

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