From Jason Turner

[over.call.object]

Diff to HTML by rtfpessoa

tmp/tmp389ypo0j/{from.md → to.md} RENAMED
@@ -21,11 +21,11 @@ returning `R`”, or the type “reference to function of (`P₁`, …, `Pₙ`)
21
  returning `R`”, a *surrogate call function* with the unique name
22
  *call-function* and having the form
23
 
24
  ``` bnf
25
  'R' *call-function* '(' conversion-type-id \ %
26
- 'F, P₁ a₁, …, Pₙ aₙ)' '{ return F (a₁, …, aₙ); }'
27
  ```
28
 
29
  is also considered as a candidate function. Similarly, surrogate call
30
  functions are added to the set of candidate functions for each
31
  non-explicit conversion function declared in a base class of `T`
 
21
  returning `R`”, a *surrogate call function* with the unique name
22
  *call-function* and having the form
23
 
24
  ``` bnf
25
  'R' *call-function* '(' conversion-type-id \ %
26
+ 'F, P₁ a₁, …, Pₙ aₙ)' '{' return 'F (a₁, …, aₙ); }'
27
  ```
28
 
29
  is also considered as a candidate function. Similarly, surrogate call
30
  functions are added to the set of candidate functions for each
31
  non-explicit conversion function declared in a base class of `T`