From 22891735ed1651b4a7e1ef3db8c0be510a6a55af Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Sat, 8 Nov 2025 22:51:55 +0100 Subject: [PATCH] [basic.fundamental] Remove note which explains the purpose of int --- source/basic.tex | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/basic.tex b/source/basic.tex index 78a03978cd..a0503fb219 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -5331,11 +5331,6 @@ $-2^{N-1}$ to $2^{N-1}-1$ (inclusive), where $N$ is called the \defn{width} of the type. \indextext{integral type!implementation-defined \tcode{sizeof}}% -\begin{note} -Plain \tcode{int}s are intended to have -the natural width suggested by the architecture of the execution environment; -the other signed integer types are provided to meet special needs. -\end{note} \pnum \indextext{type!\idxcode{unsigned}}%