From Jason Turner

[utilities.summary]

Diff to HTML by rtfpessoa

tmp/tmp8ok31u6e/{from.md → to.md} RENAMED
@@ -1,19 +1,15 @@
1
  **Table: General utilities library summary** <a id="utilities.summary">[utilities.summary]</a>
2
 
3
  | Subclause | | Header |
4
- | -------------------- | ----------------------------- | -------------- |
5
  | [[utility]] | Utility components | `<utility>` |
6
  | [[pairs]] | Pairs | |
7
  | [[tuple]] | Tuples | `<tuple>` |
8
  | [[optional]] | Optional objects | `<optional>` |
9
  | [[variant]] | Variants | `<variant>` |
10
  | [[any]] | Storage for any type | `<any>` |
11
  | [[expected]] | Expected objects | `<expected>` |
12
  | [[bitset]] | Fixed-size sequences of bits | `<bitset>` |
13
  | [[function.objects]] | Function objects | `<functional>` |
14
- | [[type.index]] | Type indexes | `<typeindex>` |
15
- | [[execpol]] | Execution policies | `<execution>` |
16
- | [[charconv]] | Primitive numeric conversions | `<charconv>` |
17
- | [[format]] | Formatting | `<format>` |
18
  | [[bit]] | Bit manipulation | `<bit>` |
19
 
 
1
  **Table: General utilities library summary** <a id="utilities.summary">[utilities.summary]</a>
2
 
3
  | Subclause | | Header |
4
+ | -------------------- | ---------------------------- | -------------- |
5
  | [[utility]] | Utility components | `<utility>` |
6
  | [[pairs]] | Pairs | |
7
  | [[tuple]] | Tuples | `<tuple>` |
8
  | [[optional]] | Optional objects | `<optional>` |
9
  | [[variant]] | Variants | `<variant>` |
10
  | [[any]] | Storage for any type | `<any>` |
11
  | [[expected]] | Expected objects | `<expected>` |
12
  | [[bitset]] | Fixed-size sequences of bits | `<bitset>` |
13
  | [[function.objects]] | Function objects | `<functional>` |
 
 
 
 
14
  | [[bit]] | Bit manipulation | `<bit>` |
15