File tree 1 file changed +6
-12
lines changed
1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 6888
6888
of $ E$ ;
6889
6889
6890
6890
\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.};
6897
6894
6898
6895
\item
6899
6896
an invocation of an undefined constexpr function;
6917
6914
6918
6915
\item
6919
6916
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,
6923
6919
for example, signed integer overflow\iref {expr.prop }, certain
6924
6920
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 }.};
6928
6922
6929
6923
\item
6930
6924
an lvalue-to-rvalue conversion\iref {conv.lval } unless
You can’t perform that action at this time.
0 commit comments