From Jason Turner

[utilities.general]

Diff to HTML by rtfpessoa

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