File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 36033603different from the polymorphic behavior of a most derived object of the
36043604same type. A base class subobject can be of zero size;
36053605however, two subobjects that have the same class type and that belong to
3606- the same most derived object must not be allocated at the same
3606+ the same most derived object cannot be allocated at the same
36073607address\iref {intro.object }.
36083608\end {note }
36093609
66216621overload resolution is performed again,
66226622considering the expression or operand as an lvalue.
66236623\begin {note }
6624- This two-stage overload resolution must be performed regardless
6624+ This two-stage overload resolution is performed regardless
66256625of whether copy elision will occur. It determines the constructor
66266626or the \tcode {return_value} overload to be called if
66276627elision is not performed, and the selected constructor
Original file line number Diff line number Diff line change 5757\pnum
5858\indextext {translation!phases|(}%
5959The precedence among the syntax rules of translation is specified by the
60- following phases.\footnote {Implementations must behave as if these separate phases
61- occur, although in practice different phases might be folded together.}
60+ following phases.\footnote {Implementations behave as if these separate phases
61+ occur, although in practice different phases can be folded together.}
6262
6363\begin {enumerate }
6464\item
You can’t perform that action at this time.
0 commit comments