From Jason Turner

[expr.prim.literal]

Diff to HTML by rtfpessoa

tmp/tmprw0qcyip/{from.md → to.md} RENAMED
@@ -1,6 +1,8 @@
1
  ### Literals <a id="expr.prim.literal">[[expr.prim.literal]]</a>
2
 
3
- A *literal* is a primary expression. Its type depends on its form (
4
- [[lex.literal]]). A string literal is an lvalue; all other literals are
5
- prvalues.
 
 
6
 
 
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