Skip to content

Commit 17ac6e8

Browse files
author
Dawn Perchik
committed
[expr.const] Replace notes in sentences with footnotes.
Partially addresses #4228.
1 parent d04d4dd commit 17ac6e8

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

source/expressions.tex

+4-10
Original file line numberDiff line numberDiff line change
@@ -6891,11 +6891,8 @@
68916891

68926892
\item
68936893
an invocation of a non-constexpr function
6894-
\begin{note}
6895-
Overload resolution\iref{over.match}
6896-
is applied as usual.
6897-
\end{note}%
6898-
;
6894+
\footnote{Overload resolution\iref{over.match}
6895+
is applied as usual.};
68996896

69006897
\item
69016898
an invocation of an undefined constexpr function;
@@ -6920,13 +6917,10 @@
69206917
\item
69216918
an operation that would have undefined behavior
69226919
as specified in \ref{intro} through \ref{cpp}
6923-
\begin{note}
6924-
including,
6920+
\footnote{This includes,
69256921
for example, signed integer overflow\iref{expr.prop}, certain
69266922
pointer arithmetic\iref{expr.add}, division by
6927-
zero\iref{expr.mul}, or certain shift operations\iref{expr.shift}
6928-
\end{note}%
6929-
;
6923+
zero\iref{expr.mul}, or certain shift operations\iref{expr.shift}.};
69306924

69316925
\item
69326926
an lvalue-to-rvalue conversion\iref{conv.lval} unless

0 commit comments

Comments
 (0)