Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion source/lib-intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1311,11 +1311,17 @@
\pnum
The facilities of the C standard library are provided in the
\indextext{library!C standard}%
additional headers shown in \tref{headers.cpp.c}.%
additional headers shown in \tref{headers.cpp.c} and in \tref{c.headers}.%
\begin{footnote}
It is intentional that there is no \Cpp{} header
for any of these C headers:
\libnoheader{complex.h},
\libnoheader{iso646.h},
\libnoheader{codecvt.h},
\libnoheader{stdatomic.h},
\libnoheader{stdbool.h},
\libnoheader{stdnoreturn.h},
\libnoheader{tgmath.h},
\libnoheader{threads.h}.
\end{footnote}

Expand Down