From Jason Turner

[lex.nullptr]

Diff to HTML by rtfpessoa

tmp/tmp6gx3kboj/{from.md → to.md} RENAMED
@@ -3,11 +3,11 @@
3
  ``` bnf
4
  pointer-literal:
5
  'nullptr'
6
  ```
7
 
8
- The pointer literal is the keyword `nullptr`. It is a prvalue of type
9
  `std::nullptr_t`.
10
 
11
  [*Note 1*: `std::nullptr_t` is a distinct type that is neither a
12
  pointer type nor a pointer-to-member type; rather, a prvalue of this
13
  type is a null pointer constant and can be converted to a null pointer
 
3
  ``` bnf
4
  pointer-literal:
5
  'nullptr'
6
  ```
7
 
8
+ The pointer literal is the keyword `nullptr`. It has type
9
  `std::nullptr_t`.
10
 
11
  [*Note 1*: `std::nullptr_t` is a distinct type that is neither a
12
  pointer type nor a pointer-to-member type; rather, a prvalue of this
13
  type is a null pointer constant and can be converted to a null pointer