From Jason Turner

[library.categories]

Diff to HTML by rtfpessoa

tmp/tmpszpuk3df/{from.md → to.md} RENAMED
@@ -3,10 +3,12 @@
3
  | Clause | Category |
4
  | ---------------- | --------------------------- |
5
  | [[support]] | Language support library |
6
  | [[concepts]] | Concepts library |
7
  | [[diagnostics]] | Diagnostics library |
 
 
8
  | [[utilities]] | General utilities library |
9
  | [[strings]] | Strings library |
10
  | [[containers]] | Containers library |
11
  | [[iterators]] | Iterators library |
12
  | [[ranges]] | Ranges library |
@@ -14,8 +16,7 @@
14
  | [[numerics]] | Numerics library |
15
  | [[time]] | Time library |
16
  | [[localization]] | Localization library |
17
  | [[input.output]] | Input/output library |
18
  | [[re]] | Regular expressions library |
19
- | [[atomics]] | Atomic operations library |
20
- | [[thread]] | Thread support library |
21
 
 
3
  | Clause | Category |
4
  | ---------------- | --------------------------- |
5
  | [[support]] | Language support library |
6
  | [[concepts]] | Concepts library |
7
  | [[diagnostics]] | Diagnostics library |
8
+ | [[mem]] | Memory management library |
9
+ | [[meta]] | Metaprogramming library |
10
  | [[utilities]] | General utilities library |
11
  | [[strings]] | Strings library |
12
  | [[containers]] | Containers library |
13
  | [[iterators]] | Iterators library |
14
  | [[ranges]] | Ranges library |
 
16
  | [[numerics]] | Numerics library |
17
  | [[time]] | Time library |
18
  | [[localization]] | Localization library |
19
  | [[input.output]] | Input/output library |
20
  | [[re]] | Regular expressions library |
21
+ | [[thread]] | Concurrency support library |
 
22