File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3721
3721
The lifetime of such an entity is not necessarily restricted to the
3722
3722
scope in which it is created.
3723
3723
\end {note }
3724
- If the entity is a non-array object, the \grammarterm {new-expression}
3725
- returns a pointer to the object created. If it is an array, the
3726
- \grammarterm {new-expression} returns a pointer to the initial element of
3724
+ If the entity is a non-array object, the result of the \grammarterm {new-expression}
3725
+ is a pointer to the object created. If it is an array, the result of the
3726
+ \grammarterm {new-expression} is a pointer to the initial element of
3727
3727
the array.
3728
3728
3729
3729
\pnum
5316
5316
\pnum
5317
5317
The \tcode {||} operator groups left-to-right. The operands are both
5318
5318
contextually converted to \tcode {bool}\iref {conv }.
5319
- It returns
5319
+ The result is
5320
5320
\tcode {true} if either of its operands is \tcode {true}, and
5321
5321
\tcode {false} otherwise. Unlike \tcode {|}, \tcode {||} guarantees
5322
5322
left-to-right evaluation; moreover, the second operand is not evaluated
5565
5565
operators all group right-to-left.
5566
5566
\indextext {assignment!and lvalue}%
5567
5567
All
5568
- require a modifiable lvalue as their left operand and return an lvalue
5568
+ require a modifiable lvalue as their left operand; their result is an lvalue
5569
5569
referring to the left operand. The result in all cases is a bit-field if
5570
5570
the left operand is a bit-field. In all cases, the assignment is
5571
5571
sequenced after the
You can’t perform that action at this time.
0 commit comments