Skip to content

Commit 4283f30

Browse files
authored
[utility.intcmp] Rephrase integer type constraint of "standard or extended" as "signed or unsigned"
1 parent 80b091d commit 4283f30

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/utilities.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -546,8 +546,8 @@
546546
\begin{itemdescr}
547547
\pnum
548548
\mandates
549-
Both \tcode{T} and \tcode{U} are standard integer types or
550-
extended integer types\iref{basic.fundamental}.
549+
Each of \tcode{T} and \tcode{U} is
550+
a signed or unsigned integer type\iref{basic.fundamental}.
551551

552552
\pnum
553553
\effects
@@ -585,8 +585,8 @@
585585
\begin{itemdescr}
586586
\pnum
587587
\mandates
588-
Both \tcode{T} and \tcode{U} are standard integer types or
589-
extended integer types\iref{basic.fundamental}.
588+
Each of \tcode{T} and \tcode{U} is
589+
a signed or unsigned integer type\iref{basic.fundamental}.
590590

591591
\pnum
592592
\effects
@@ -648,8 +648,8 @@
648648
\begin{itemdescr}
649649
\pnum
650650
\mandates
651-
Both \tcode{T} and \tcode{R} are standard integer types or
652-
extended integer types\iref{basic.fundamental}.
651+
Each of \tcode{T} and \tcode{U} is
652+
a signed or unsigned integer type\iref{basic.fundamental}.
653653

654654
\pnum
655655
\effects

0 commit comments

Comments
 (0)