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
|
| 9 |
conversion is specified by a conversion function [[class.conv.fct]], the
|
| 10 |
initial standard conversion sequence converts the source type to the
|
| 11 |
-
|
| 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,
|