We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f290a commit cb654c1Copy full SHA for cb654c1
1 file changed
source/utilities.tex
@@ -5869,7 +5869,7 @@
5869
\indexlibrarymember{operator<=>}{optional}%
5870
\begin{itemdecl}
5871
template<class T, class U>
5872
- requires (!@\exposconcept{is-derived-from-optional}@<U>) && @\libconcept{three_way_comparable_with}@<T, U>
+ requires (!@\exposconcept{is-derived-from-optional}@<U>) && @\libconcept{three_way_comparable_with}@<T, U>
5873
constexpr compare_three_way_result_t<T, U>
5874
operator<=>(const optional<T>& x, const U& v);
5875
\end{itemdecl}
0 commit comments