File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2478
2478
conversion sequence.
2479
2479
If the user-defined conversion is specified
2480
2480
by a constructor\iref {class.conv.ctor }, the initial standard
2481
- conversion sequence converts the source type to the type required
2482
- by the argument of the constructor.
2481
+ conversion sequence converts the source type to the type of the
2482
+ first parameter of that constructor.
2483
2483
If the user-defined
2484
2484
conversion is specified by a conversion function\iref {class.conv.fct }, the
2485
2485
initial standard conversion sequence
2486
- converts the source type to the implicit object parameter of the
2487
- conversion function.
2486
+ converts the source type to the type of the
2487
+ implicit object parameter of that conversion function.
2488
2488
2489
2489
\pnum
2490
2490
The second standard conversion sequence converts the result of
You can’t perform that action at this time.
0 commit comments