Skip to content

Commit 79ac47f

Browse files
jensmaurertkoeppe
authored andcommitted
[basic.fundamental,cstdarg.syn] Use full reference for ISO C sections
Fixes ISO/CS comment (C++23)
1 parent 9d7aa61 commit 79ac47f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/basic.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5065,11 +5065,11 @@
50655065
alternative representations of the value specified by the value representation.
50665066
\begin{note}
50675067
Padding bits have unspecified value, but cannot cause traps.
5068-
In contrast, see ISO C 6.2.6.2.
5068+
In contrast, see \IsoC{} 6.2.6.2.
50695069
\end{note}
50705070
\begin{note}
50715071
The signed and unsigned integer types satisfy
5072-
the constraints given in ISO C 5.2.4.2.1.
5072+
the constraints given in \IsoC{} 5.2.4.2.1.
50735073
\end{note}
50745074
Except as specified above,
50755075
the width of a signed or unsigned integer type is

source/support.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5805,7 +5805,7 @@
58055805
standard library header \libheader{stdarg.h}, with the following changes:
58065806
\begin{itemize}
58075807
\item
5808-
In lieu of the default argument promotions specified in ISO C 6.5.2.2,
5808+
In lieu of the default argument promotions specified in \IsoC{} 6.5.2.2,
58095809
the definition in~\ref{expr.call} applies.
58105810
\item
58115811
The restrictions that ISO C places on the second parameter to the

0 commit comments

Comments
 (0)