We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b848c commit 7aa501cCopy full SHA for 7aa501c
source/utilities.tex
@@ -4690,9 +4690,9 @@
4690
\pnum
4691
\constraints
4692
\begin{itemize}
4693
-\item \tcode{is_same_v<remove_cv_t<T>, optional<U>>} is \tcode{false}, and
4694
-\item \tcode{is_same_v<T\&, U>} is \tcode{false}.
4695
-\item \tcode{is_constructible_v<T\&, const U>} is \tcode{true},
+\item \tcode{is_same_v<remove_cv_t<T>, optional<U>>} is \tcode{false},
+\item \tcode{is_same_v<T\&, U>} is \tcode{false}, and
+\item \tcode{is_constructible_v<T\&, const U>} is \tcode{true}.
4696
\end{itemize}
4697
4698
0 commit comments