From Jason Turner

[over.ics.user]

Diff to HTML by rtfpessoa

tmp/tmpwtt3sj8x/{from.md → to.md} RENAMED
@@ -23,8 +23,8 @@ conversion function template, the second standard conversion sequence
23
  shall have exact match rank.
24
 
25
  A conversion of an expression of class type to the same class type is
26
  given Exact Match rank, and a conversion of an expression of class type
27
  to a base class of that type is given Conversion rank, in spite of the
28
- fact that a copy/move constructor (i.e., a user-defined conversion
29
- function) is called for those cases.
30
 
 
23
  shall have exact match rank.
24
 
25
  A conversion of an expression of class type to the same class type is
26
  given Exact Match rank, and a conversion of an expression of class type
27
  to a base class of that type is given Conversion rank, in spite of the
28
+ fact that a constructor (i.e., a user-defined conversion function) is
29
+ called for those cases.
30