From Jason Turner

[expr.prim.literal]

Diff to HTML by rtfpessoa

tmp/tmpocrie7dh/{from.md → to.md} RENAMED
@@ -1,8 +1,9 @@
1
  ### Literals <a id="expr.prim.literal">[[expr.prim.literal]]</a>
2
 
3
- A *literal* is a primary expression. The type of a *literal* is
4
- determined based on its form as specified in [[lex.literal]]. A
5
- *string-literal* is an lvalue, a *user-defined-literal* has the same
6
- value category as the corresponding operator call expression described
7
- in [[lex.ext]], and any other *literal* is a prvalue.
 
8
 
 
1
  ### Literals <a id="expr.prim.literal">[[expr.prim.literal]]</a>
2
 
3
+ The type of a *literal* is determined based on its form as specified in
4
+ [[lex.literal]]. A *string-literal* is an lvalue designating a
5
+ corresponding string literal object [[lex.string]], a
6
+ *user-defined-literal* has the same value category as the corresponding
7
+ operator call expression described in [[lex.ext]], and any other
8
+ *literal* is a prvalue.
9