You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/expressions/grouped-expr.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ r[expr.paren.evaluation]
13
13
Parenthesized expressions evaluate to the value of the enclosed operand.
14
14
15
15
r[expr.paren.place-or-value]
16
-
Unlike other expressions, parenthesized expressions are both[place expressions and value expressions][place]. When the enclosed operand is a place expression, it is a place expression and when the enclosed operand is a value expression, it is a value expression.
16
+
A parenthesized expression is a[place expression][place] if the enclosed operand is a place expression, and is a value expression if the enclosed operand is a value expression.
17
17
18
18
r[expr.paren.override-precedence]
19
19
Parentheses can be used to explicitly modify the precedence order of subexpressions within an expression.
0 commit comments