From Jason Turner

[func.not.fn]

Diff to HTML by rtfpessoa

tmp/tmpe8tzvzkn/{from.md → to.md} RENAMED
@@ -16,10 +16,11 @@ In the text that follows:
16
  *Mandates:* `is_constructible_v<FD, F> && is_move_constructible_v<FD>`
17
  is `true`.
18
 
19
  *Preconditions:* `FD` meets the *Cpp17MoveConstructible* requirements.
20
 
21
- *Returns:* A perfect forwarding call wrapper `g` with call pattern
 
22
  `!invoke(fd, call_args...)`.
23
 
24
  *Throws:* Any exception thrown by the initialization of `fd`.
25
 
 
16
  *Mandates:* `is_constructible_v<FD, F> && is_move_constructible_v<FD>`
17
  is `true`.
18
 
19
  *Preconditions:* `FD` meets the *Cpp17MoveConstructible* requirements.
20
 
21
+ *Returns:* A perfect forwarding call
22
+ wrapper [[term.perfect.forwarding.call.wrapper]] `g` with call pattern
23
  `!invoke(fd, call_args...)`.
24
 
25
  *Throws:* Any exception thrown by the initialization of `fd`.
26