File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4651
4651
\indextext {integral type!implementation-defined \tcode {sizeof}}%
4652
4652
\begin {note }
4653
4653
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;
4655
4655
the other signed integer types are provided to meet special needs.
4656
4656
\end {note }
4657
4657
5199
5199
the same representation.
5200
5200
5201
5201
\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 .
5203
5203
5204
5204
\item The rank of \tcode {long long int} shall be greater
5205
5205
than the rank of \tcode {long int}, which shall be greater than
5211
5211
corresponding signed integer type.
5212
5212
5213
5213
\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 .
5215
5215
5216
5216
\item The rank of \tcode {char} shall equal the rank of \tcode {signed char}
5217
5217
and \tcode {unsigned char}.
5228
5228
types\iref {basic.fundamental }.
5229
5229
5230
5230
\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
5232
5232
integer type}, but still subject to the other rules for determining the integer
5233
5233
conversion rank.
5234
5234
You can’t perform that action at this time.
0 commit comments