tmp/tmpqwyh9_4c/{from.md → to.md}
RENAMED
|
@@ -1,21 +1,28 @@
|
|
| 1 |
**Table: C++ headers for freestanding implementations** <a id="headers.cpp.fs">[headers.cpp.fs]</a>
|
| 2 |
|
| 3 |
| Subclause | | Header |
|
| 4 |
-
| ---------------------- | ------------------------- | ------------------------------------------------ |
|
| 5 |
-
| [[support.types]] |
|
| 6 |
| [[support.limits]] | Implementation properties | `<cfloat>`, `<climits>`, `<limits>`, `<version>` |
|
| 7 |
-
| [[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 |
-
| [[
|
| 19 |
| [[bit]] | Bit manipulation | `<bit>` |
|
| 20 |
| [[atomics]] | Atomics | `<atomic>` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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]] | Common definitions | `<cstddef>` |
|
| 6 |
| [[support.limits]] | Implementation properties | `<cfloat>`, `<climits>`, `<limits>`, `<version>` |
|
| 7 |
+
| [[cstdint.syn]] | 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 |
+
| [[type.traits]] | Type traits | `<type_traits>` |
|
| 19 |
| [[bit]] | Bit manipulation | `<bit>` |
|
| 20 |
| [[atomics]] | Atomics | `<atomic>` |
|
| 21 |
+
| [[utility]] | Utility components | `<utility>` |
|
| 22 |
+
| [[tuple]] | Tuples | `<tuple>` |
|
| 23 |
+
| [[memory]] | Memory | `<memory>` |
|
| 24 |
+
| [[function.objects]] | Function objects | `<functional>` |
|
| 25 |
+
| [[ratio]] | Compile-time rational arithmetic | `<ratio>` |
|
| 26 |
+
| [[iterators]] | Iterators library | `<iterator>` |
|
| 27 |
+
| [[ranges]] | Ranges library | `<ranges>` |
|
| 28 |
|