From 9cd749b6d1c6f35af3b0102281504436e5efcc25 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Wed, 15 May 2024 21:42:09 +0200 Subject: [PATCH] [basic.fundamental,cstdarg.syn] Use full reference for ISO C sections Fixes ISO/CS comment (C++23) --- source/basic.tex | 4 ++-- source/support.tex | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/basic.tex b/source/basic.tex index f33d0dc648..e3559e181a 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -5072,11 +5072,11 @@ alternative representations of the value specified by the value representation. \begin{note} Padding bits have unspecified value, but cannot cause traps. -In contrast, see ISO C 6.2.6.2. +In contrast, see \IsoC{} 6.2.6.2. \end{note} \begin{note} The signed and unsigned integer types satisfy -the constraints given in ISO C 5.2.4.2.1. +the constraints given in \IsoC{} 5.2.4.2.1. \end{note} Except as specified above, the width of a signed or unsigned integer type is diff --git a/source/support.tex b/source/support.tex index 9924cbdabd..104a0d24ca 100644 --- a/source/support.tex +++ b/source/support.tex @@ -5802,7 +5802,7 @@ standard library header \libheader{stdarg.h}, with the following changes: \begin{itemize} \item -In lieu of the default argument promotions specified in ISO C 6.5.2.2, +In lieu of the default argument promotions specified in \IsoC{} 6.5.2.2, the definition in~\ref{expr.call} applies. \item The restrictions that ISO C places on the second parameter to the