Skip to content

Commit d668fd6

Browse files
authored
[conv.rank] Change "size" to "width" in conversion rank relation (#3675)
"size" has no defined meaning here; CWG confirmed that this is intended to be interpreted as "width".
1 parent b8e16d5 commit d668fd6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/basic.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4651,7 +4651,7 @@
46514651
\indextext{integral type!implementation-defined \tcode{sizeof}}%
46524652
\begin{note}
46534653
Plain \tcode{int}s are intended to have
4654-
the natural size suggested by the architecture of the execution environment;
4654+
the natural width suggested by the architecture of the execution environment;
46554655
the other signed integer types are provided to meet special needs.
46564656
\end{note}
46574657

@@ -5199,7 +5199,7 @@
51995199
the same representation.
52005200

52015201
\item The rank of a signed integer type shall be greater than the rank
5202-
of any signed integer type with a smaller size.
5202+
of any signed integer type with a smaller width.
52035203

52045204
\item The rank of \tcode{long long int} shall be greater
52055205
than the rank of \tcode{long int}, which shall be greater than
@@ -5211,7 +5211,7 @@
52115211
corresponding signed integer type.
52125212

52135213
\item The rank of any standard integer type shall be greater than the
5214-
rank of any extended integer type with the same size.
5214+
rank of any extended integer type with the same width.
52155215

52165216
\item The rank of \tcode{char} shall equal the rank of \tcode{signed char}
52175217
and \tcode{unsigned char}.
@@ -5228,7 +5228,7 @@
52285228
types\iref{basic.fundamental}.
52295229

52305230
\item The rank of any extended signed integer type relative to another
5231-
extended signed integer type with the same size is \impldef{rank of extended signed
5231+
extended signed integer type with the same width is \impldef{rank of extended signed
52325232
integer type}, but still subject to the other rules for determining the integer
52335233
conversion rank.
52345234

0 commit comments

Comments
 (0)