File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 6892
6892
of $ E$ ;
6893
6893
6894
6894
\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.};
6901
6898
6902
6899
\item
6903
6900
an invocation of an undefined constexpr function;
6921
6918
6922
6919
\item
6923
6920
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,
6927
6923
for example, signed integer overflow\iref {expr.prop }, certain
6928
6924
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 }.};
6932
6926
6933
6927
\item
6934
6928
an lvalue-to-rvalue conversion\iref {conv.lval } unless
You can’t perform that action at this time.
0 commit comments