From Jason Turner

[lex.nullptr]

Diff to HTML by rtfpessoa

tmp/tmprc186vpt/{from.md → to.md} RENAMED
@@ -4,10 +4,13 @@
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`. `std::nullptr_t` is a distinct type that is neither a
 
 
10
  pointer type nor a pointer to member type; rather, a prvalue of this
11
  type is a null pointer constant and can be converted to a null pointer
12
- value or null member pointer value. See  [[conv.ptr]] and  [[conv.mem]].
 
13
 
 
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
14
+ value or null member pointer value. See  [[conv.ptr]] and 
15
+ [[conv.mem]]. — *end note*]
16