From Jason Turner

[support.summary]

Diff to HTML by rtfpessoa

tmp/tmpk06tcmwv/{from.md → to.md} RENAMED
@@ -1,12 +1,12 @@
1
  **Table: Language support library summary** <a id="support.summary">[support.summary]</a>
2
 
3
  | Subclause | | Header |
4
- | ---------------------- | ------------------------- | -------------------------------------------------- |
5
  | [[support.types]] | Common definitions | `<cstddef>`, `<cstdlib>` |
6
  | [[support.limits]] | Implementation properties | `<cfloat>`, `<climits>`, `<limits>`, `<version>` |
7
- | [[cstdint]] | Integer types | `<cstdint>` |
8
  | [[support.start.term]] | Start and termination | `<cstdlib>` |
9
  | [[support.dynamic]] | Dynamic memory management | `<new>` |
10
  | [[support.rtti]] | Type identification | `<typeinfo>` |
11
  | [[support.srcloc]] | Source location | `<source_location>` |
12
  | [[support.exception]] | Exception handling | `<exception>` |
 
1
  **Table: Language support library summary** <a id="support.summary">[support.summary]</a>
2
 
3
  | Subclause | | Header |
4
+ | ----------------------- | ------------------------- | -------------------------------------------------- |
5
  | [[support.types]] | Common definitions | `<cstddef>`, `<cstdlib>` |
6
  | [[support.limits]] | Implementation properties | `<cfloat>`, `<climits>`, `<limits>`, `<version>` |
7
+ | [[support.arith.types]] | Arithmetic types | `<cstdint>`, `<stdfloat>` |
8
  | [[support.start.term]] | Start and termination | `<cstdlib>` |
9
  | [[support.dynamic]] | Dynamic memory management | `<new>` |
10
  | [[support.rtti]] | Type identification | `<typeinfo>` |
11
  | [[support.srcloc]] | Source location | `<source_location>` |
12
  | [[support.exception]] | Exception handling | `<exception>` |