From Jason Turner

[algorithms.general]

Diff to HTML by rtfpessoa

tmp/tmpexr5rokj/{from.md → to.md} RENAMED
@@ -12,11 +12,12 @@ operations, and algorithms from the ISO C library, as summarized in
12
 
13
  | Subclause | | Header |
14
  | ---------------------------- | --------------------------------- | ------------- |
15
  | [[algorithms.requirements]] | Algorithms requirements | |
16
  | [[algorithms.parallel]] | Parallel algorithms | |
17
- | [[alg.nonmodifying]] | Non-modifying sequence operations | `<algorithm>` |
 
18
  | [[alg.modifying.operations]] | Mutating sequence operations | |
19
  | [[alg.sorting]] | Sorting and related operations | |
20
  | [[numeric.ops]] | Generalized numeric operations | `<numeric>` |
21
  | [[specialized.algorithms]] | Specialized `<memory>` algorithms | `<memory>` |
22
  | [[alg.c.library]] | C library algorithms | `<cstdlib>` |
 
12
 
13
  | Subclause | | Header |
14
  | ---------------------------- | --------------------------------- | ------------- |
15
  | [[algorithms.requirements]] | Algorithms requirements | |
16
  | [[algorithms.parallel]] | Parallel algorithms | |
17
+ | [[algorithms.results]] | Algorithm result types | `<algorithm>` |
18
+ | [[alg.nonmodifying]] | Non-modifying sequence operations | |
19
  | [[alg.modifying.operations]] | Mutating sequence operations | |
20
  | [[alg.sorting]] | Sorting and related operations | |
21
  | [[numeric.ops]] | Generalized numeric operations | `<numeric>` |
22
  | [[specialized.algorithms]] | Specialized `<memory>` algorithms | `<memory>` |
23
  | [[alg.c.library]] | C library algorithms | `<cstdlib>` |