Skip to content

Commit dbc312f

Browse files
committed
[headers] "C library" fixes
* State normatively that the <name.h> C headers are part of the "C library". * Update the list of <name.h> headers which intentionally have no <cname> counterpart.
1 parent f65ab95 commit dbc312f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

source/lib-intro.tex

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1311,11 +1311,17 @@
13111311
\pnum
13121312
The facilities of the C standard library are provided in the
13131313
\indextext{library!C standard}%
1314-
additional headers shown in \tref{headers.cpp.c}.%
1314+
additional headers shown in \tref{headers.cpp.c} and in \tref{c.headers}.%
13151315
\begin{footnote}
13161316
It is intentional that there is no \Cpp{} header
13171317
for any of these C headers:
1318+
\libnoheader{complex.h},
1319+
\libnoheader{iso646.h},
1320+
\libnoheader{codecvt.h},
1321+
\libnoheader{stdatomic.h},
1322+
\libnoheader{stdbool.h},
13181323
\libnoheader{stdnoreturn.h},
1324+
\libnoheader{tgmath.h},
13191325
\libnoheader{threads.h}.
13201326
\end{footnote}
13211327

0 commit comments

Comments
 (0)