tmp/tmpgfj6uvb9/{from.md → to.md}
RENAMED
|
@@ -2,20 +2,13 @@
|
|
| 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
|
| 8 |
-
`<stdnoreturn.h>`, and `<threads.h>`, nor are
|
| 9 |
-
part of C++.
|
| 10 |
|
| 11 |
-
The C
|
| 12 |
-
|
| 13 |
-
|
| 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 |
|
|
|
|
| 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 standard library’s headers
|
| 8 |
+
`<stdatomic.h>`, `<stdnoreturn.h>`, and `<threads.h>`, nor are these
|
| 9 |
+
headers from the C standard library headers themselves part of C++.
|
| 10 |
|
| 11 |
+
The C headers `<complex.h>` and `<tgmath.h>` do not contain any of the
|
| 12 |
+
content from the C standard library and instead merely include other
|
| 13 |
+
headers from the C++ standard library.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|