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 39
39
obey the rules for syntax and evaluation order specified in \ref {expr.compound },
40
40
but the requirements of operand type and value category are replaced
41
41
by 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
43
43
operators\iref {over.oper }.
44
44
\end {note }
45
45
556
556
\pnum
557
557
An expression $ E$ can be
558
558
\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
560
560
variable \tcode {t}\iref {dcl.init }.
561
561
562
562
\pnum
You can’t perform that action at this time.
0 commit comments