From Jason Turner

[concept.regularinvocable]

Diff to HTML by rtfpessoa

tmp/tmpln74w12s/{from.md → to.md} RENAMED
@@ -7,12 +7,13 @@ template<class F, class... Args>
7
 
8
  The `invoke` function call expression shall be
9
  equality-preserving [[concepts.equality]] and shall not modify the
10
  function object or the arguments.
11
 
12
- [*Note 1*: This requirement supersedes the annotation in the definition
13
- of `invocable`. *end note*]
 
14
 
15
  [*Example 1*: A random number generator does not model
16
  `regular_invocable`. — *end example*]
17
 
18
  [*Note 2*: The distinction between `invocable` and `regular_invocable`
 
7
 
8
  The `invoke` function call expression shall be
9
  equality-preserving [[concepts.equality]] and shall not modify the
10
  function object or the arguments.
11
 
12
+ [*Note 1*: This requirement supersedes the “not required to be
13
+ equality-preserving” comment in the definition of
14
+ `invocable`. — *end note*]
15
 
16
  [*Example 1*: A random number generator does not model
17
  `regular_invocable`. — *end example*]
18
 
19
  [*Note 2*: The distinction between `invocable` and `regular_invocable`