File tree 1 file changed +4
-10
lines changed
1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 6891
6891
6892
6892
\item
6893
6893
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.};
6899
6896
6900
6897
\item
6901
6898
an invocation of an undefined constexpr function;
6920
6917
\item
6921
6918
an operation that would have undefined behavior
6922
6919
as specified in \ref {intro } through \ref {cpp }
6923
- \begin {note }
6924
- including,
6920
+ \footnote {This includes,
6925
6921
for example, signed integer overflow\iref {expr.prop }, certain
6926
6922
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 }.};
6930
6924
6931
6925
\item
6932
6926
an lvalue-to-rvalue conversion\iref {conv.lval } unless
You can’t perform that action at this time.
0 commit comments