File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 35123512\tcode {\& x[0]}.
35133513\end {footnote }
35143514The expression \tcode {E1[E2]} is identical (by definition) to
3515- \tcode {*((E1)+ (E2))},
3515+ \tcode {*((E1) + (E2))},
35163516except that in the case of an array operand, the result is an lvalue
35173517if that operand is an lvalue and an xvalue otherwise.
35183518
51345134shall not be of type \cv {}~\tcode {bool}.
51355135An operand with volatile-qualified type is deprecated;
51365136see~\ref {depr.volatile.type }.
5137- The expression \tcode {++x} is otherwise equivalent to \tcode {x+= 1} and
5138- the expression \tcode {--x} is otherwise equivalent to \tcode {x-= 1}\iref {expr.assign }.
5137+ The expression \tcode {++x} is otherwise equivalent to \tcode {x += 1} and
5138+ the expression \tcode {--x} is otherwise equivalent to \tcode {x -= 1}\iref {expr.assign }.
51395139\begin {note }
51405140For postfix increment and decrement, see~\ref {expr.post.incr }.
51415141\end {note }
You can’t perform that action at this time.
0 commit comments