From Jason Turner

[support.general]

Diff to HTML by rtfpessoa

tmp/tmp7gm1g3_i/{from.md → to.md} RENAMED
@@ -13,14 +13,14 @@ support for exception processing, support for initializer lists, and
13
  other runtime support, as summarized in [[support.summary]].
14
 
15
  **Table: Language support library summary** <a id="support.summary">[support.summary]</a>
16
 
17
  | Subclause | | Header |
18
- | ---------------------- | ------------------------- | -------------------------------------------------- |
19
  | [[support.types]] | Common definitions | `<cstddef>`, `<cstdlib>` |
20
  | [[support.limits]] | Implementation properties | `<cfloat>`, `<climits>`, `<limits>`, `<version>` |
21
- | [[cstdint]] | Integer types | `<cstdint>` |
22
  | [[support.start.term]] | Start and termination | `<cstdlib>` |
23
  | [[support.dynamic]] | Dynamic memory management | `<new>` |
24
  | [[support.rtti]] | Type identification | `<typeinfo>` |
25
  | [[support.srcloc]] | Source location | `<source_location>` |
26
  | [[support.exception]] | Exception handling | `<exception>` |
 
13
  other runtime support, as summarized in [[support.summary]].
14
 
15
  **Table: Language support library summary** <a id="support.summary">[support.summary]</a>
16
 
17
  | Subclause | | Header |
18
+ | ----------------------- | ------------------------- | -------------------------------------------------- |
19
  | [[support.types]] | Common definitions | `<cstddef>`, `<cstdlib>` |
20
  | [[support.limits]] | Implementation properties | `<cfloat>`, `<climits>`, `<limits>`, `<version>` |
21
+ | [[support.arith.types]] | Arithmetic types | `<cstdint>`, `<stdfloat>` |
22
  | [[support.start.term]] | Start and termination | `<cstdlib>` |
23
  | [[support.dynamic]] | Dynamic memory management | `<new>` |
24
  | [[support.rtti]] | Type identification | `<typeinfo>` |
25
  | [[support.srcloc]] | Source location | `<source_location>` |
26
  | [[support.exception]] | Exception handling | `<exception>` |