From Jason Turner

[tab:lang.sup.lib.summary]

Diff to HTML by rtfpessoa

tmp/tmprsnve4bs/{from.md → to.md} RENAMED
@@ -1,22 +1,20 @@
1
  **Table: Language support library summary** <a id="tab:lang.sup.lib.summary">[tab:lang.sup.lib.summary]</a>
2
 
3
  | Subclause | | Header |
4
  | ---------------------- | ------------------------- | -------------------- |
5
- | [[support.types]] | Types | `<cstddef>` |
6
- | | | `<limits>` |
7
- | [[support.limits]] | Implementation properties | `<climits>` |
 
8
  | | | `<cfloat>` |
9
  | [[cstdint]] | Integer types | `<cstdint>` |
10
  | [[support.start.term]] | Start and termination | `<cstdlib>` |
11
  | [[support.dynamic]] | Dynamic memory management | `<new>` |
12
  | [[support.rtti]] | Type identification | `<typeinfo>` |
13
  | [[support.exception]] | Exception handling | `<exception>` |
14
  | [[support.initlist]] | Initializer lists | `<initializer_list>` |
15
- | | | `<csignal>` |
16
  | | | `<csetjmp>` |
17
- | | | `<cstdalign>` |
18
- | [[support.runtime]] | Other runtime support | `<cstdarg>` |
19
- | | | `<cstdbool>` |
20
  | | | `<cstdlib>` |
21
- | | | `<ctime>` |
22
 
 
1
  **Table: Language support library summary** <a id="tab:lang.sup.lib.summary">[tab:lang.sup.lib.summary]</a>
2
 
3
  | Subclause | | Header |
4
  | ---------------------- | ------------------------- | -------------------- |
5
+ | [[support.types]] | Common definitions | `<cstddef>` |
6
+ | | | `<cstdlib>` |
7
+ | [[support.limits]] | Implementation properties | `<limits>` |
8
+ | | | `<climits>` |
9
  | | | `<cfloat>` |
10
  | [[cstdint]] | Integer types | `<cstdint>` |
11
  | [[support.start.term]] | Start and termination | `<cstdlib>` |
12
  | [[support.dynamic]] | Dynamic memory management | `<new>` |
13
  | [[support.rtti]] | Type identification | `<typeinfo>` |
14
  | [[support.exception]] | Exception handling | `<exception>` |
15
  | [[support.initlist]] | Initializer lists | `<initializer_list>` |
16
+ | [[support.runtime]] | Other runtime support | `<csignal>` |
17
  | | | `<csetjmp>` |
18
+ | | | `<cstdarg>` |
 
 
19
  | | | `<cstdlib>` |
 
20