From Jason Turner

[format.type.ptr]

Diff to HTML by rtfpessoa

tmp/tmpdj90x4ec/{from.md → to.md} RENAMED
@@ -1,6 +1,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` added to the output; 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