File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 24012401binds directly\iref {dcl.init.ref } to an argument expression:
24022402\begin {itemize }
24032403\item
2404- If the argument expression has a type that
2405- is a derived class of the parameter type ,
2404+ If the argument expression has a type \tcode {D} that
2405+ is a derived class of \tcode {T} ,
24062406the implicit conversion sequence is a derived-to-base
2407- conversion\iref {over.best.ics }.
2407+ conversion from \tcode {D} to \tcode {T} \iref {over.best.ics }.
24082408
24092409\item
24102410Otherwise,
30833083\end {codeblock }
30843084\end {example }
30853085
3086- \item
3087- binding of an expression of type
3088- \tcode {C}
3089- to a reference to type
3090- \tcode {B}
3091- is better than binding an expression of type
3092- \tcode {C}
3093- to a reference to type
3094- \tcode {A},
30953086\item
30963087conversion of
30973088\tcode {A::*}
31203111to
31213112\tcode {A*},
31223113\item
3123- binding of an expression of type
3124- \tcode {B}
3125- to a reference to type
3126- \tcode {A}
3127- is better than binding an expression of type
3128- \tcode {C}
3129- to a
3130- reference to type
3131- \tcode {A},
3132- \item
31333114conversion of
31343115\tcode {B::*}
31353116to
You can’t perform that action at this time.
0 commit comments