From Jason Turner

[tab:localization.integer.conversions.out]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmp8uqr439a/{from.md → to.md} +0 -10
tmp/tmp8uqr439a/{from.md → to.md} RENAMED
@@ -1,10 +0,0 @@
1
- **Table: Integer conversions** <a id="tab:localization.integer.conversions.out">[tab:localization.integer.conversions.out]</a>
2
-
3
- | State | `stdio` equivalent |
4
- | -------------------------------------------- | ------------------ |
5
- | `basefield == ios_base::oct` | `%o` |
6
- | `(basefield == ios_base::hex) && !uppercase` | `%x` |
7
- | `(basefield == ios_base::hex)` | `%X` |
8
- | for a `signed` integral type | `%d` |
9
- | for an `unsigned` integral type | `%u` |
10
-