From Jason Turner

[expr.prim.paren]

Diff to HTML by rtfpessoa

tmp/tmpsf3s7575/{from.md → to.md} RENAMED
@@ -1,7 +1,8 @@
1
  ### Parentheses <a id="expr.prim.paren">[[expr.prim.paren]]</a>
2
 
3
  A parenthesized expression `(E)` is a primary expression whose type,
4
- value, and value category are identical to those of E. The parenthesized
5
- expression can be used in exactly the same contexts as those where E can
6
- be used, and with the same meaning, except as otherwise indicated.
 
7
 
 
1
  ### Parentheses <a id="expr.prim.paren">[[expr.prim.paren]]</a>
2
 
3
  A parenthesized expression `(E)` is a primary expression whose type,
4
+ result, and value category are identical to those of E. The
5
+ parenthesized expression can be used in exactly the same contexts as
6
+ those where E can be used, and with the same meaning, except as
7
+ otherwise indicated.
8