Skip to content

Commit 1f2309e

Browse files
committed
[expr.sizeof] Integrate footnote into containing note
1 parent 43fbd77 commit 1f2309e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/expressions.tex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4784,10 +4784,8 @@
47844784
\begin{note}
47854785
In particular, the values of \tcode{\keyword{sizeof}(\keyword{bool})}, \tcode{\keyword{sizeof}(\keyword{char16_t})},
47864786
\tcode{\keyword{sizeof}(\keyword{char32_t})}, and \tcode{\keyword{sizeof}(\keyword{wchar_t})} are
4787-
implementation-defined.
4788-
\begin{footnote}
4787+
implementation-defined;
47894788
\tcode{\keyword{sizeof}(\keyword{bool})} is not required to be \tcode{1}.
4790-
\end{footnote}
47914789
\end{note}
47924790
\begin{note}
47934791
See~\ref{intro.memory} for the definition of byte

0 commit comments

Comments
 (0)