File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3939obey the rules for syntax and evaluation order specified in \ref {expr.compound },
4040but the requirements of operand type and value category are replaced
4141by the rules for function call. Relations between operators, such as
42- \tcode {++a} meaning \tcode {a+= 1}, are not guaranteed for overloaded
42+ \tcode {++a} meaning \tcode {a += 1}, are not guaranteed for overloaded
4343operators\iref {over.oper }.
4444\end {note }
4545
556556\pnum
557557An expression $ E$ can be
558558\defnx {implicitly converted}{conversion!implicit} to a type \tcode {T} if and only if the
559- declaration \tcode {T t= $ E$ ;} is well-formed, for some invented temporary
559+ declaration \tcode {T t = $ E$ ;} is well-formed, for some invented temporary
560560variable \tcode {t}\iref {dcl.init }.
561561
562562\pnum
You can’t perform that action at this time.
0 commit comments