Skip to content

Commit 9cd749b

Browse files
committed
[basic.fundamental,cstdarg.syn] Use full reference for ISO C sections
Fixes ISO/CS comment (C++23)
1 parent 85f4bb4 commit 9cd749b

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
@@ -5072,11 +5072,11 @@
50725072
alternative representations of the value specified by the value representation.
50735073
\begin{note}
50745074
Padding bits have unspecified value, but cannot cause traps.
5075-
In contrast, see ISO C 6.2.6.2.
5075+
In contrast, see \IsoC{} 6.2.6.2.
50765076
\end{note}
50775077
\begin{note}
50785078
The signed and unsigned integer types satisfy
5079-
the constraints given in ISO C 5.2.4.2.1.
5079+
the constraints given in \IsoC{} 5.2.4.2.1.
50805080
\end{note}
50815081
Except as specified above,
50825082
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
@@ -5802,7 +5802,7 @@
58025802
standard library header \libheader{stdarg.h}, with the following changes:
58035803
\begin{itemize}
58045804
\item
5805-
In lieu of the default argument promotions specified in ISO C 6.5.2.2,
5805+
In lieu of the default argument promotions specified in \IsoC{} 6.5.2.2,
58065806
the definition in~\ref{expr.call} applies.
58075807
\item
58085808
The restrictions that ISO C places on the second parameter to the

0 commit comments

Comments
 (0)