From Jason Turner

[format.type.bool]

Diff to HTML by rtfpessoa

tmp/tmpcnr3icyv/{from.md → to.md} RENAMED
@@ -1,7 +1,7 @@
1
  **Table: Meaning of type options for `bool`** <a id="format.type.bool">[format.type.bool]</a>
2
 
3
  | Type | Meaning |
4
- | ----------------------------------- | -------------------------------------------------------------------------------------- |
5
  | none, `s` | Copies textual representation, either `true` or `false`, to the output. |
6
- | % `b`, `B`, `c`, `d`, `o`, `x`, `X` | As specified in [[format.type.int]] for the value `static_cast<unsigned char>(value)`. |
7
 
 
1
  **Table: Meaning of type options for `bool`** <a id="format.type.bool">[format.type.bool]</a>
2
 
3
  | Type | Meaning |
4
+ | ------------------------------ | -------------------------------------------------------------------------------------- |
5
  | none, `s` | Copies textual representation, either `true` or `false`, to the output. |
6
+ | % `b`, `B`, `d`, `o`, `x`, `X` | As specified in [[format.type.int]] for the value `static_cast<unsigned char>(value)`. |
7