From Jason Turner

[over.ics.user]

Diff to HTML by rtfpessoa

tmp/tmpetheiwag/{from.md → to.md} RENAMED
@@ -3,14 +3,14 @@
3
  A *user-defined conversion sequence* consists of an initial standard
4
  conversion sequence followed by a user-defined conversion [[class.conv]]
5
  followed by a second standard conversion sequence. If the user-defined
6
  conversion is specified by a constructor [[class.conv.ctor]], the
7
  initial standard conversion sequence converts the source type to the
8
- type required by the argument of the constructor. If the user-defined
9
  conversion is specified by a conversion function [[class.conv.fct]], the
10
  initial standard conversion sequence converts the source type to the
11
- implicit object parameter of the conversion function.
12
 
13
  The second standard conversion sequence converts the result of the
14
  user-defined conversion to the target type for the sequence; any
15
  reference binding is included in the second standard conversion
16
  sequence. Since an implicit conversion sequence is an initialization,
 
3
  A *user-defined conversion sequence* consists of an initial standard
4
  conversion sequence followed by a user-defined conversion [[class.conv]]
5
  followed by a second standard conversion sequence. If the user-defined
6
  conversion is specified by a constructor [[class.conv.ctor]], the
7
  initial standard conversion sequence converts the source type to the
8
+ type of the first parameter of that constructor. If the user-defined
9
  conversion is specified by a conversion function [[class.conv.fct]], the
10
  initial standard conversion sequence converts the source type to the
11
+ type of the object parameter of that conversion function.
12
 
13
  The second standard conversion sequence converts the result of the
14
  user-defined conversion to the target type for the sequence; any
15
  reference binding is included in the second standard conversion
16
  sequence. Since an implicit conversion sequence is an initialization,