tmp/tmpjwphtdb2/{from.md → to.md}
RENAMED
|
@@ -1,6 +1,21 @@
|
|
| 1 |
### Modifications to headers <a id="diff.mods.to.headers">[[diff.mods.to.headers]]</a>
|
| 2 |
|
| 3 |
-
For compatibility with the
|
| 4 |
provides the C headers enumerated in [[depr.c.headers]], but their use
|
| 5 |
is deprecated in C++.
|
| 6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
### Modifications to headers <a id="diff.mods.to.headers">[[diff.mods.to.headers]]</a>
|
| 2 |
|
| 3 |
+
For compatibility with the C standard library, the C++standard library
|
| 4 |
provides the C headers enumerated in [[depr.c.headers]], but their use
|
| 5 |
is deprecated in C++.
|
| 6 |
|
| 7 |
+
There are no C++headers for the C headers `<stdatomic.h>`,
|
| 8 |
+
`<stdnoreturn.h>`, and `<threads.h>`, nor are the C headers themselves
|
| 9 |
+
part of C++.
|
| 10 |
+
|
| 11 |
+
The C++headers `<ccomplex>` ([[depr.ccomplex.syn]]) and `<ctgmath>` (
|
| 12 |
+
[[depr.ctgmath.syn]]), as well as their corresponding C headers
|
| 13 |
+
`<complex.h>` and `<tgmath.h>`, do not contain any of the content from
|
| 14 |
+
the C standard library and instead merely include other headers from the
|
| 15 |
+
C++standard library.
|
| 16 |
+
|
| 17 |
+
The headers `<ciso646>`, `<cstdalign>` ([[depr.cstdalign.syn]]), and
|
| 18 |
+
`<cstdbool>` ([[depr.cstdbool.syn]]) are meaningless in C++. Use of the
|
| 19 |
+
C++headers `<ccomplex>`, `<cstdalign>`, `<cstdbool>`, and `<ctgmath>` is
|
| 20 |
+
deprecated ([[depr.c.headers]]).
|
| 21 |
+
|