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 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}},