From Jason Turner

[lex.nullptr]

Diff to HTML by rtfpessoa

tmp/tmp802y_tn8/{from.md → to.md} RENAMED
@@ -1,10 +1,10 @@
1
  ### Pointer literals <a id="lex.nullptr">[[lex.nullptr]]</a>
2
 
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
 
 
1
  ### Pointer literals <a id="lex.nullptr">[[lex.nullptr]]</a>
2
 
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