Skip to content

Commit 3e71590

Browse files
Alisdair Meredithtkoeppe
authored andcommitted
[diff.mods.to.headers] Remove non-existent headers from the indexes (#1878)
Three C11 headers are called out as not being part of C++. They should not be listed in the index of headers, which currently points to the two places that explicitly state these headers do not exist.
1 parent 83e302d commit 3e71590

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

source/compatibility.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1926,9 +1926,9 @@
19261926

19271927
\pnum
19281928
There are no \Cpp{} headers for the C headers
1929-
\tcode{<stdatomic.h>}\indexhdr{stdatomic.h},
1930-
\tcode{<stdnoreturn.h>}\indexhdr{stdnoreturn.h},
1931-
and \tcode{<threads.h>}\indexhdr{threads.h},
1929+
\tcode{<stdatomic.h>},
1930+
\tcode{<stdnoreturn.h>},
1931+
and \tcode{<threads.h>},
19321932
nor are the C headers themselves part of \Cpp{}.
19331933

19341934
\pnum

source/lib-intro.tex

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,9 +1129,6 @@
11291129
additional headers shown in Table~\ref{tab:cpp.c.headers}.%
11301130
\footnote{It is intentional that there is no \Cpp{} header
11311131
for any of these C headers:
1132-
\indexhdr{stdatomic.h}%
1133-
\indexhdr{stdnoreturn.h}%
1134-
\indexhdr{threads.h}%
11351132
\tcode{<stdatomic.h>},
11361133
\tcode{<stdnoreturn.h>},
11371134
\tcode{<threads.h>}.}

0 commit comments

Comments
 (0)