From Jason Turner

[utilities.general]

Diff to HTML by rtfpessoa

tmp/tmp1zid86sx/{from.md → to.md} RENAMED
@@ -6,27 +6,22 @@ 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
- | [[intseq]] | Compile-time integer sequences | |
14
  | [[pairs]] | Pairs | |
15
  | [[tuple]] | Tuples | `<tuple>` |
16
  | [[optional]] | Optional objects | `<optional>` |
17
  | [[variant]] | Variants | `<variant>` |
18
  | [[any]] | Storage for any type | `<any>` |
 
19
  | [[bitset]] | Fixed-size sequences of bits | `<bitset>` |
20
- | [[memory]] | Memory | `<cstdlib>`, `<memory>` |
21
- | [[smartptr]] | Smart pointers | `<memory>` |
22
- | [[mem.res]] | Memory resources | `<memory_resource>` |
23
- | [[allocator.adaptor]] | Scoped allocators | `<scoped_allocator>` |
24
  | [[function.objects]] | Function objects | `<functional>` |
25
- | [[meta]] | Type traits | `<type_traits>` |
26
- | [[ratio]] | Compile-time rational arithmetic | `<ratio>` |
27
  | [[type.index]] | Type indexes | `<typeindex>` |
28
  | [[execpol]] | Execution policies | `<execution>` |
29
  | [[charconv]] | Primitive numeric conversions | `<charconv>` |
30
  | [[format]] | Formatting | `<format>` |
 
31
 
32
 
 
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