From Jason Turner

[temp.deduct.partial]

Diff to HTML by rtfpessoa

tmp/tmppu1i__mh/{from.md → to.md} RENAMED
@@ -17,11 +17,11 @@ argument template and template-1 as the parameter template.
17
  The types used to determine the ordering depend on the context in which
18
  the partial ordering is done:
19
 
20
  - In the context of a function call, the types used are those function
21
  parameter types for which the function call has arguments.[^7]
22
- - In the context of a call to a conversion operator, the return types of
23
  the conversion function templates are used.
24
  - In other contexts ([[temp.func.order]]) the function template’s
25
  function type is used.
26
 
27
  Each type nominated above from the parameter template and the
 
17
  The types used to determine the ordering depend on the context in which
18
  the partial ordering is done:
19
 
20
  - In the context of a function call, the types used are those function
21
  parameter types for which the function call has arguments.[^7]
22
+ - In the context of a call to a conversion function, the return types of
23
  the conversion function templates are used.
24
  - In other contexts ([[temp.func.order]]) the function template’s
25
  function type is used.
26
 
27
  Each type nominated above from the parameter template and the