From Jason Turner

[tab:localization.fill.padding]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmp4nsyhnk_/{from.md → to.md} +0 -10
tmp/tmp4nsyhnk_/{from.md → to.md} RENAMED
@@ -1,10 +0,0 @@
1
- **Table: Fill padding** <a id="tab:localization.fill.padding">[tab:localization.fill.padding]</a>
2
-
3
- | State | Location |
4
- | ------------------------------------------------------------------------------ | ------------------ |
5
- | `adjustfield == ios_base::left` | pad after |
6
- | `adjustfield == ios_base::right` | pad before |
7
- | `adjustfield == internal` and a sign occurs in the representation | pad after the sign |
8
- | `adjustfield == internal` and representation after stage 1 began with 0x or 0X | pad after x or X |
9
- | otherwise | pad before |
10
-