Skip to content

Commit 4d1baf4

Browse files
author
Dawn Perchik
committed
[expr.const] Replace notes in sentences with footnotes.
Partially addresses #4228.
1 parent 8c2b2dc commit 4d1baf4

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

source/expressions.tex

+6-12
Original file line numberDiff line numberDiff line change
@@ -6888,12 +6888,9 @@
68886888
of $E$;
68896889

68906890
\item
6891-
an invocation of a non-constexpr function
6892-
\begin{note}
6893-
Overload resolution\iref{over.match}
6894-
is applied as usual.
6895-
\end{note}%
6896-
;
6891+
an invocation of a non-constexpr function%
6892+
\footnote{Overload resolution\iref{over.match}
6893+
is applied as usual.};
68976894

68986895
\item
68996896
an invocation of an undefined constexpr function;
@@ -6917,14 +6914,11 @@
69176914

69186915
\item
69196916
an operation that would have undefined behavior
6920-
as specified in \ref{intro} through \ref{cpp}
6921-
\begin{note}
6922-
including,
6917+
as specified in \ref{intro} through \ref{cpp}%
6918+
\footnote{This includes,
69236919
for example, signed integer overflow\iref{expr.prop}, certain
69246920
pointer arithmetic\iref{expr.add}, division by
6925-
zero\iref{expr.mul}, or certain shift operations\iref{expr.shift}
6926-
\end{note}%
6927-
;
6921+
zero\iref{expr.mul}, or certain shift operations\iref{expr.shift}.};
69286922

69296923
\item
69306924
an lvalue-to-rvalue conversion\iref{conv.lval} unless

0 commit comments

Comments
 (0)