tmp/tmppeyh4v3p/{from.md → to.md}
RENAMED
|
@@ -1,17 +1,18 @@
|
|
| 1 |
**Table: Language support library summary** <a id="support.summary">[support.summary]</a>
|
| 2 |
|
| 3 |
| Subclause | | Header |
|
| 4 |
-
| ----------------------- | ------------------------- | -------------------------------------------------- |
|
| 5 |
| [[support.types]] | Common definitions | `<cstddef>`, `<cstdlib>` |
|
| 6 |
| [[support.limits]] | Implementation properties | `<cfloat>`, `<climits>`, `<limits>`, `<version>` |
|
| 7 |
| [[support.arith.types]] | Arithmetic types | `<cstdint>`, `<stdfloat>` |
|
| 8 |
| [[support.start.term]] | Start and termination | `<cstdlib>` |
|
| 9 |
| [[support.dynamic]] | Dynamic memory management | `<new>` |
|
| 10 |
-
| [[support.rtti]] | Type identification
|
| 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 | `<coroutine>` |
|
| 16 |
| [[support.runtime]] | Other runtime support | `<csetjmp>`, `<csignal>`, `<cstdarg>`, `<cstdlib>` |
|
| 17 |
|
|
|
|
| 1 |
**Table: Language support library summary** <a id="support.summary">[support.summary]</a>
|
| 2 |
|
| 3 |
| Subclause | | Header |
|
| 4 |
+
| ----------------------- | --------------------------- | -------------------------------------------------- |
|
| 5 |
| [[support.types]] | Common definitions | `<cstddef>`, `<cstdlib>` |
|
| 6 |
| [[support.limits]] | Implementation properties | `<cfloat>`, `<climits>`, `<limits>`, `<version>` |
|
| 7 |
| [[support.arith.types]] | Arithmetic types | `<cstdint>`, `<stdfloat>` |
|
| 8 |
| [[support.start.term]] | Start and termination | `<cstdlib>` |
|
| 9 |
| [[support.dynamic]] | Dynamic memory management | `<new>` |
|
| 10 |
+
| [[support.rtti]] | Type identification | `<typeinfo>`, `<typeindex>` |
|
| 11 |
| [[support.srcloc]] | Source location | `<source_location>` |
|
| 12 |
| [[support.exception]] | Exception handling | `<exception>` |
|
| 13 |
+
| [[support.contract]] | Contract-violation handling | `<contracts>` |
|
| 14 |
| [[support.initlist]] | Initializer lists | `<initializer_list>` |
|
| 15 |
| [[cmp]] | Comparisons | `<compare>` |
|
| 16 |
| [[support.coroutine]] | Coroutines | `<coroutine>` |
|
| 17 |
| [[support.runtime]] | Other runtime support | `<csetjmp>`, `<csignal>`, `<cstdarg>`, `<cstdlib>` |
|
| 18 |
|