From Jason Turner

[headers.cpp.fs]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpjwgbm8b9/{from.md → to.md} +21 -0
tmp/tmpjwgbm8b9/{from.md → to.md} RENAMED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ **Table: C++ headers for freestanding implementations** <a id="headers.cpp.fs">[headers.cpp.fs]</a>
2
+
3
+ | Subclause | | Header |
4
+ | ---------------------- | ------------------------- | ------------------------------------------------ |
5
+ | [[support.types]] | Types | `<cstddef>` |
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 support | `<coroutine>` |
16
+ | [[support.runtime]] | Other runtime support | `<cstdarg>` |
17
+ | [[concepts]] | Concepts library | `<concepts>` |
18
+ | [[meta]] | Type traits | `<type_traits>` |
19
+ | [[bit]] | Bit manipulation | `<bit>` |
20
+ | [[atomics]] | Atomics | `<atomic>` |
21
+