tmp/tmpw1cyl4z9/{from.md → to.md}
RENAMED
|
@@ -15,24 +15,22 @@ other runtime support, as summarized in Table
|
|
| 15 |
|
| 16 |
**Table: Language support library summary** <a id="tab:lang.sup.lib.summary">[tab:lang.sup.lib.summary]</a>
|
| 17 |
|
| 18 |
| Subclause | | Header |
|
| 19 |
| ---------------------- | ------------------------- | -------------------- |
|
| 20 |
-
| [[support.types]] |
|
| 21 |
-
| | | `<
|
| 22 |
-
| [[support.limits]] | Implementation properties | `<
|
|
|
|
| 23 |
| | | `<cfloat>` |
|
| 24 |
| [[cstdint]] | Integer types | `<cstdint>` |
|
| 25 |
| [[support.start.term]] | Start and termination | `<cstdlib>` |
|
| 26 |
| [[support.dynamic]] | Dynamic memory management | `<new>` |
|
| 27 |
| [[support.rtti]] | Type identification | `<typeinfo>` |
|
| 28 |
| [[support.exception]] | Exception handling | `<exception>` |
|
| 29 |
| [[support.initlist]] | Initializer lists | `<initializer_list>` |
|
| 30 |
-
|
|
| 31 |
| | | `<csetjmp>` |
|
| 32 |
-
| | | `<
|
| 33 |
-
| [[support.runtime]] | Other runtime support | `<cstdarg>` |
|
| 34 |
-
| | | `<cstdbool>` |
|
| 35 |
| | | `<cstdlib>` |
|
| 36 |
-
| | | `<ctime>` |
|
| 37 |
|
| 38 |
|
|
|
|
| 15 |
|
| 16 |
**Table: Language support library summary** <a id="tab:lang.sup.lib.summary">[tab:lang.sup.lib.summary]</a>
|
| 17 |
|
| 18 |
| Subclause | | Header |
|
| 19 |
| ---------------------- | ------------------------- | -------------------- |
|
| 20 |
+
| [[support.types]] | Common definitions | `<cstddef>` |
|
| 21 |
+
| | | `<cstdlib>` |
|
| 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 |
+
| [[support.runtime]] | Other runtime support | `<csignal>` |
|
| 32 |
| | | `<csetjmp>` |
|
| 33 |
+
| | | `<cstdarg>` |
|
|
|
|
|
|
|
| 34 |
| | | `<cstdlib>` |
|
|
|
|
| 35 |
|
| 36 |
|