From Jason Turner

[func.bind.bind]

Diff to HTML by rtfpessoa

tmp/tmpf1k3ke_x/{from.md → to.md} RENAMED
@@ -32,11 +32,11 @@ $w_N$) [[func.require]] is a valid expression for some values `w₁`,
32
 
33
  *Returns:* An argument forwarding call wrapper `g` [[func.require]]. A
34
  program that attempts to invoke a volatile-qualified `g` is ill-formed.
35
  When `g` is not volatile-qualified, invocation of
36
  `g(``u₁``, ``u₂``, `…`, ``u_M``)` is
37
- expression-equivalent [[defns.expression-equivalent]] to
38
 
39
  ``` cpp
40
  INVOKE(static_cast<$V_fd$>($v_fd$),
41
  static_cast<$V_1$>($v_1$), static_cast<$V_2$>($v_2$), …, static_cast<$V_N$>($v_N$))
42
  ```
 
32
 
33
  *Returns:* An argument forwarding call wrapper `g` [[func.require]]. A
34
  program that attempts to invoke a volatile-qualified `g` is ill-formed.
35
  When `g` is not volatile-qualified, invocation of
36
  `g(``u₁``, ``u₂``, `…`, ``u_M``)` is
37
+ expression-equivalent [[defns.expression.equivalent]] to
38
 
39
  ``` cpp
40
  INVOKE(static_cast<$V_fd$>($v_fd$),
41
  static_cast<$V_1$>($v_1$), static_cast<$V_2$>($v_2$), …, static_cast<$V_N$>($v_N$))
42
  ```