From Jason Turner

[tab:cpp.headers.freestanding]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpg6_lk6ze/{from.md → to.md} +0 -18
tmp/tmpg6_lk6ze/{from.md → to.md} RENAMED
@@ -1,18 +0,0 @@
1
- **Table: C++headers for freestanding implementations** <a id="tab:cpp.headers.freestanding">[tab:cpp.headers.freestanding]</a>
2
-
3
- | Subclause | | Header |
4
- | --------------------------------------------- | ------------------------- | --------------------------------- |
5
- | | | `<ciso646>` |
6
- | [[support.types]] | Types | `<cstddef>` |
7
- | [[support.limits]] | Implementation properties | `<cfloat>` `<limits>` `<climits>` |
8
- | [[cstdint]] | Integer types | `<cstdint>` |
9
- | [[support.start.term]] | Start and termination | `<cstdlib>` |
10
- | [[support.dynamic]] | Dynamic memory management | `<new>` |
11
- | [[support.rtti]] | Type identification | `<typeinfo>` |
12
- | [[support.exception]] | Exception handling | `<exception>` |
13
- | [[support.initlist]] | Initializer lists | `<initializer_list>` |
14
- | [[support.runtime]] | Other runtime support | `<cstdarg>` |
15
- | [[meta]] | Type traits | `<type_traits>` |
16
- | [[atomics]] | Atomics | `<atomic>` |
17
- | [[depr.cstdalign.syn]], [[depr.cstdbool.syn]] | Deprecated headers | `<cstdalign>` `<cstdbool>` |
18
-