File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 790
790
\indextext {specifier!\idxcode {constexpr}!function}
791
791
\indextext {constexpr function}
792
792
The definition of a \tcode {constexpr} function shall satisfy the following
793
- constraints :
793
+ requirements :
794
794
795
795
\begin {itemize }
796
796
\item
856
856
\pnum
857
857
\indextext {specifier!\idxcode {constexpr}!constructor}%
858
858
The definition of a \tcode {constexpr} constructor shall satisfy the
859
- following constraints :
859
+ following requirements :
860
860
861
861
\begin {itemize }
862
862
\item
874
874
\end {itemize }
875
875
876
876
In addition, either its \grammarterm {function-body} shall be
877
- \tcode {= delete}, or it shall satisfy the following constraints :
877
+ \tcode {= delete}, or it shall satisfy the following requirements :
878
878
879
879
\begin {itemize }
880
880
\item
881
881
either its \grammarterm {function-body} shall be \tcode {= default}, or the \grammarterm {compound-statement} of its \grammarterm {function-body}
882
- shall satisfy the constraints for a \grammarterm {function-body} of a
882
+ shall satisfy the requirements for a \grammarterm {function-body} of a
883
883
\tcode {constexpr} function;
884
884
885
885
\item
You can’t perform that action at this time.
0 commit comments