Skip to content

Commit 2289173

Browse files
committed
[basic.fundamental] Remove note which explains the purpose of int
1 parent 35a6fb8 commit 2289173

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

source/basic.tex

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5331,11 +5331,6 @@
53315331
$-2^{N-1}$ to $2^{N-1}-1$ (inclusive),
53325332
where $N$ is called the \defn{width} of the type.
53335333
\indextext{integral type!implementation-defined \tcode{sizeof}}%
5334-
\begin{note}
5335-
Plain \tcode{int}s are intended to have
5336-
the natural width suggested by the architecture of the execution environment;
5337-
the other signed integer types are provided to meet special needs.
5338-
\end{note}
53395334

53405335
\pnum
53415336
\indextext{type!\idxcode{unsigned}}%

0 commit comments

Comments
 (0)