Skip to content

Commit 47bf115

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 47bf115

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

source/basic.tex

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3366,13 +3366,10 @@
33663366
and the eight-bit code units of the Unicode
33673367
\indextext{UTF-8}%
33683368
UTF-8 encoding form
3369-
and is composed of a contiguous sequence of
3370-
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}
3375-
the number of which is \impldef{bits in a byte}.
3369+
and is composed of a contiguous sequence of bits,
3370+
the number of which is \impldef{bits in a byte}
3371+
and reported by the macro \libmacro{CHAR_BIT}
3372+
in the header \libheaderref{climits}.
33763373
The memory available to a \Cpp{} program consists of one or more sequences of
33773374
contiguous bytes.
33783375
Every byte has a unique address.

0 commit comments

Comments
 (0)