tmp/tmp1qt_23fw/{from.md → to.md}
RENAMED
|
@@ -22,11 +22,11 @@ The result is a prvalue. The type of the result is the cv-unqualified
|
|
| 22 |
version of the type of the operand. If the operand is a bit-field that
|
| 23 |
cannot represent the incremented value, the resulting value of the
|
| 24 |
bit-field is *implementation-defined*. See also [[expr.add]] and
|
| 25 |
[[expr.ass]].
|
| 26 |
|
| 27 |
-
The operand of postfix `
|
| 28 |
`++` operator.
|
| 29 |
|
| 30 |
[*Note 3*: For prefix increment and decrement, see
|
| 31 |
[[expr.pre.incr]]. — *end note*]
|
| 32 |
|
|
|
|
| 22 |
version of the type of the operand. If the operand is a bit-field that
|
| 23 |
cannot represent the incremented value, the resulting value of the
|
| 24 |
bit-field is *implementation-defined*. See also [[expr.add]] and
|
| 25 |
[[expr.ass]].
|
| 26 |
|
| 27 |
+
The operand of postfix `--` is decremented analogously to the postfix
|
| 28 |
`++` operator.
|
| 29 |
|
| 30 |
[*Note 3*: For prefix increment and decrement, see
|
| 31 |
[[expr.pre.incr]]. — *end note*]
|
| 32 |
|