Skip to content

Commit dee7c4a

Browse files
Dawn Perchikzygoloid
authored andcommitted
[expr.const] Replace notes in sentences with footnotes.
1 parent d68cb73 commit dee7c4a

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

source/expressions.tex

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6892,12 +6892,9 @@
68926892
of $E$;
68936893

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

69026899
\item
69036900
an invocation of an undefined constexpr function;
@@ -6921,14 +6918,11 @@
69216918

69226919
\item
69236920
an operation that would have undefined behavior
6924-
as specified in \ref{intro} through \ref{cpp}
6925-
\begin{note}
6926-
including,
6921+
as specified in \ref{intro} through \ref{cpp}%
6922+
\footnote{This includes,
69276923
for example, signed integer overflow\iref{expr.prop}, certain
69286924
pointer arithmetic\iref{expr.add}, division by
6929-
zero\iref{expr.mul}, or certain shift operations\iref{expr.shift}
6930-
\end{note}%
6931-
;
6925+
zero\iref{expr.mul}, or certain shift operations\iref{expr.shift}.};
69326926

69336927
\item
69346928
an lvalue-to-rvalue conversion\iref{conv.lval} unless

0 commit comments

Comments
 (0)