Skip to content

Update and fix "undated" references to C23 #8111

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion source/basic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6187,7 +6187,7 @@
\tcode{\keyword{long} \keyword{double}},
\keyword{double}, and
\tcode{std::float64_t}
have the same set of values (see \IsoCUndated{}:2024 H.4.2).
have the same set of values (see \IsoC H.4.3).
\end{tailnote}
\end{itemize}
\begin{note}
Expand Down
4 changes: 2 additions & 2 deletions source/numerics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -20656,7 +20656,7 @@
\end{codeblock}

\pnum
\xref{\IsoCUndated{}:2024, 7.20} %% TODO: change to \xrefc{7.20}
\xrefc{7.20}

\rSec2[numerics.c.ckdint]{Checked integer operations}

Expand All @@ -20682,5 +20682,5 @@
\remarks
Each function template has the same semantics as
the corresponding type-generic macro with the same name
specified in \IsoCUndated{}:2024, 7.20.
specified in \xrefc{7.20}.
\end{itemdescr}
4 changes: 2 additions & 2 deletions source/utilities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16177,7 +16177,7 @@
large enough to represent all possible result values.
Each function template has the same semantics
as the corresponding type-generic function with the same name
specified in \IsoCUndated{}:2024, 7.18. %% change to \xrefc{7.18}
specified in \xrefc{7.18}.

\pnum
\mandates
Expand All @@ -16188,4 +16188,4 @@
the contents and meaning of the header \libheader{stdbit.h} are the same as
the C standard library header \tcode{<stdbit.h>}.

\xref{\IsoCUndated{}:2024, 7.18} %% TODO: change to \xrefc{7.18}
\xrefc{7.18}