From cb62e092493868a505897b31e7b6cfe1089199df Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Mon, 17 Nov 2025 08:32:57 +0100 Subject: [PATCH 1/2] [numerics.c.ckdint] Remove unnecessary "cv-unqualified" --- source/numerics.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/numerics.tex b/source/numerics.tex index c4310e62fb..b4821576bf 100644 --- a/source/numerics.tex +++ b/source/numerics.tex @@ -20648,7 +20648,7 @@ \pnum \mandates Each of the types \tcode{type1}, \tcode{type2}, and \tcode{type3} is a -cv-unqualified signed or unsigned integer type\iref{basic.fundamental}. +signed or unsigned integer type\iref{basic.fundamental}. \pnum \remarks From b9c942ac5b155ca274a3949ef91f2ece363799c1 Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Mon, 17 Nov 2025 08:33:47 +0100 Subject: [PATCH 2/2] [charconv.syn] Remove unnecessary "cv-unqualified" --- source/text.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/text.tex b/source/text.tex index 58d6cce5b0..751eacde29 100644 --- a/source/text.tex +++ b/source/text.tex @@ -25,7 +25,7 @@ When a function is specified with a type placeholder of \tcode{\placeholder{integer-type}}, the implementation provides overloads -for \tcode{char} and all cv-unqualified signed and unsigned integer types +for \tcode{char} and all signed and unsigned integer types in lieu of \tcode{\placeholder{integer-type}}. When a function is specified with a type placeholder of \tcode{\placeholder{floating-point-type}},