From Jason Turner

[func.wrap.func.inv]

Diff to HTML by rtfpessoa

tmp/tmpwhl70ht2/{from.md → to.md} RENAMED
@@ -7,7 +7,7 @@ R operator()(ArgTypes... args) const;
7
  *Returns:* *INVOKE*\<R\>(f,
8
  std::forward\<ArgTypes\>(args)...) [[func.require]], where `f` is the
9
  target object [[func.def]] of `*this`.
10
 
11
  *Throws:* `bad_function_call` if `!*this`; otherwise, any exception
12
- thrown by the wrapped callable object.
13
 
 
7
  *Returns:* *INVOKE*\<R\>(f,
8
  std::forward\<ArgTypes\>(args)...) [[func.require]], where `f` is the
9
  target object [[func.def]] of `*this`.
10
 
11
  *Throws:* `bad_function_call` if `!*this`; otherwise, any exception
12
+ thrown by the target object.
13