From Jason Turner

[expr.prim.paren]

Diff to HTML by rtfpessoa

tmp/tmp69e9u_en/{from.md → to.md} RENAMED
@@ -0,0 +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
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
+