We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cfb658 commit e2acda9Copy full SHA for e2acda9
1 file changed
source/utilities.tex
@@ -3577,7 +3577,7 @@
3577
template<class T, class U> constexpr bool operator>=(const optional<T>&, const U&);
3578
template<class T, class U> constexpr bool operator>=(const T&, const optional<U>&);
3579
template<class T, class U>
3580
- 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>
3581
constexpr compare_three_way_result_t<T, U>
3582
operator<=>(const optional<T>&, const U&);
3583
0 commit comments