tmp/tmpdxkn2neb/{from.md → to.md}
RENAMED
|
@@ -8,29 +8,25 @@ declare these function signatures and define any related types.
|
|
| 8 |
The following subclauses describe common type definitions used
|
| 9 |
throughout the library, characteristics of the predefined types,
|
| 10 |
functions supporting start and termination of a C++ program, support for
|
| 11 |
dynamic memory management, support for dynamic type identification,
|
| 12 |
support for exception processing, support for initializer lists, and
|
| 13 |
-
other runtime support, as summarized in
|
| 14 |
-
[[tab:lang.sup.lib.summary]].
|
| 15 |
|
| 16 |
-
**Table: Language support library summary** <a id="
|
| 17 |
|
| 18 |
| Subclause | | Header |
|
| 19 |
-
| ---------------------- | ------------------------- | -------------------- |
|
| 20 |
-
| [[support.types]] | Common definitions | `<cstddef>`
|
| 21 |
-
|
|
| 22 |
-
| [[support.limits]] | Implementation properties | `<limits>` |
|
| 23 |
-
| | | `<climits>` |
|
| 24 |
-
| | | `<cfloat>` |
|
| 25 |
| [[cstdint]] | Integer types | `<cstdint>` |
|
| 26 |
| [[support.start.term]] | Start and termination | `<cstdlib>` |
|
| 27 |
| [[support.dynamic]] | Dynamic memory management | `<new>` |
|
| 28 |
| [[support.rtti]] | Type identification | `<typeinfo>` |
|
|
|
|
| 29 |
| [[support.exception]] | Exception handling | `<exception>` |
|
| 30 |
| [[support.initlist]] | Initializer lists | `<initializer_list>` |
|
| 31 |
-
| [[
|
| 32 |
-
|
|
| 33 |
-
|
|
| 34 |
-
| | | `<cstdlib>` |
|
| 35 |
|
| 36 |
|
|
|
|
| 8 |
The following subclauses describe common type definitions used
|
| 9 |
throughout the library, characteristics of the predefined types,
|
| 10 |
functions supporting start and termination of a C++ program, support for
|
| 11 |
dynamic memory management, support for dynamic type identification,
|
| 12 |
support for exception processing, support for initializer lists, and
|
| 13 |
+
other runtime support, as summarized in [[support.summary]].
|
|
|
|
| 14 |
|
| 15 |
+
**Table: Language support library summary** <a id="support.summary">[support.summary]</a>
|
| 16 |
|
| 17 |
| Subclause | | Header |
|
| 18 |
+
| ---------------------- | ------------------------- | -------------------------------------------------- |
|
| 19 |
+
| [[support.types]] | Common definitions | `<cstddef>`, `<cstdlib>` |
|
| 20 |
+
| [[support.limits]] | Implementation properties | `<cfloat>`, `<climits>`, `<limits>`, `<version>` |
|
|
|
|
|
|
|
|
|
|
| 21 |
| [[cstdint]] | Integer types | `<cstdint>` |
|
| 22 |
| [[support.start.term]] | Start and termination | `<cstdlib>` |
|
| 23 |
| [[support.dynamic]] | Dynamic memory management | `<new>` |
|
| 24 |
| [[support.rtti]] | Type identification | `<typeinfo>` |
|
| 25 |
+
| [[support.srcloc]] | Source location | `<source_location>` |
|
| 26 |
| [[support.exception]] | Exception handling | `<exception>` |
|
| 27 |
| [[support.initlist]] | Initializer lists | `<initializer_list>` |
|
| 28 |
+
| [[cmp]] | Comparisons | `<compare>` |
|
| 29 |
+
| [[support.coroutine]] | Coroutines | `<coroutine>` |
|
| 30 |
+
| [[support.runtime]] | Other runtime support | `<csetjmp>`, `<csignal>`, `<cstdarg>`, `<cstdlib>` |
|
|
|
|
| 31 |
|
| 32 |
|