File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3603
3603
different from the polymorphic behavior of a most derived object of the
3604
3604
same type. A base class subobject can be of zero size;
3605
3605
however, 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
3607
3607
address\iref {intro.object }.
3608
3608
\end {note }
3609
3609
6621
6621
overload resolution is performed again,
6622
6622
considering the expression or operand as an lvalue.
6623
6623
\begin {note }
6624
- This two-stage overload resolution must be performed regardless
6624
+ This two-stage overload resolution is performed regardless
6625
6625
of whether copy elision will occur. It determines the constructor
6626
6626
or the \tcode {return_value} overload to be called if
6627
6627
elision is not performed, and the selected constructor
Original file line number Diff line number Diff line change 57
57
\pnum
58
58
\indextext {translation!phases|(}%
59
59
The 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.}
62
62
63
63
\begin {enumerate }
64
64
\item
You can’t perform that action at this time.
0 commit comments