From Jason Turner

[format.type.ptr]

Diff to HTML by rtfpessoa

tmp/tmp59pq5wvv/{from.md → to.md} RENAMED
@@ -1,6 +1,7 @@
1
  **Table: Meaning of type options for pointer types** <a id="format.type.ptr">[format.type.ptr]</a>
2
 
3
  | Type | Meaning |
4
  | --------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
5
  | none, `p` | If `uintptr_t` is defined, \begin{codeblock} to_chars(first, last, reinterpret_cast<uintptr_t>(value), 16) \end{codeblock} with the prefix `0x` inserted immediately before the output of `to_chars`; otherwise, implementation-defined. |
 
6
 
 
1
  **Table: Meaning of type options for pointer types** <a id="format.type.ptr">[format.type.ptr]</a>
2
 
3
  | Type | Meaning |
4
  | --------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
5
  | none, `p` | If `uintptr_t` is defined, \begin{codeblock} to_chars(first, last, reinterpret_cast<uintptr_t>(value), 16) \end{codeblock} with the prefix `0x` inserted immediately before the output of `to_chars`; otherwise, implementation-defined. |
6
+ | `P` | The same as `p`, except that it uses uppercase letters for digits above `9` and the base prefix is `0X`. |
7