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 11b76b8 commit d25f7d0Copy full SHA for d25f7d0
source/utilities.tex
@@ -4683,9 +4683,9 @@
4683
\pnum
4684
\constraints
4685
\begin{itemize}
4686
-\item \tcode{is_same_v<remove_cv_t<T>, optional<U>>} is \tcode{false}, and
4687
-\item \tcode{is_same_v<T\&, U>} is \tcode{false}.
4688
-\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}.
4689
\end{itemize}
4690
4691
0 commit comments