From Jason Turner

[support.summary]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpon4fi6wg/{from.md → to.md} +17 -0
tmp/tmpon4fi6wg/{from.md → to.md} RENAMED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>` |
13
+ | [[support.initlist]] | Initializer lists | `<initializer_list>` |
14
+ | [[cmp]] | Comparisons | `<compare>` |
15
+ | [[support.coroutine]] | Coroutines | `<coroutine>` |
16
+ | [[support.runtime]] | Other runtime support | `<csetjmp>`, `<csignal>`, `<cstdarg>`, `<cstdlib>` |
17
+