From fbf356c45c2f850cd2151fd2f772739d114077a3 Mon Sep 17 00:00:00 2001 From: Alisdair Meredith Date: Tue, 2 Dec 2025 23:56:02 +0700 Subject: [PATCH] [intro.memory] Merge footnote on CHAR_BIT into main text The footnote on `CHAR_BIT` is information relevant to the main text of the corresponding paragraph, where it can usefully be indexed. --- source/basic.tex | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/source/basic.tex b/source/basic.tex index a78628ca87..02b1bdedaa 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -3368,11 +3368,10 @@ UTF-8 encoding form and is composed of a contiguous sequence of bits, -\begin{footnote} -The number of bits in a byte is reported by the macro -\tcode{CHAR_BIT} in the header \libheaderref{climits}. -\end{footnote} the number of which is \impldef{bits in a byte}. +\begin{note} +See the macro \libmacro{CHAR_BIT} in the header \libheaderref{climits}. +\end{note} The memory available to a \Cpp{} program consists of one or more sequences of contiguous bytes. Every byte has a unique address.