From Jason Turner

[diff.mods.to.headers]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpgfj6uvb9/{from.md → to.md} +6 -13
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 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
 
 
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