Skip to content

Commit fbf356c

Browse files
committed
[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.
1 parent ca19690 commit fbf356c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/basic.tex

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3368,11 +3368,10 @@
33683368
UTF-8 encoding form
33693369
and is composed of a contiguous sequence of
33703370
bits,
3371-
\begin{footnote}
3372-
The number of bits in a byte is reported by the macro
3373-
\tcode{CHAR_BIT} in the header \libheaderref{climits}.
3374-
\end{footnote}
33753371
the number of which is \impldef{bits in a byte}.
3372+
\begin{note}
3373+
See the macro \libmacro{CHAR_BIT} in the header \libheaderref{climits}.
3374+
\end{note}
33763375
The memory available to a \Cpp{} program consists of one or more sequences of
33773376
contiguous bytes.
33783377
Every byte has a unique address.

0 commit comments

Comments
 (0)