Skip to content

Commit e2acda9

Browse files
authored
[optional.syn] Fix indentation (cplusplus#9018)
1 parent 6cfb658 commit e2acda9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3577,7 +3577,7 @@
35773577
template<class T, class U> constexpr bool operator>=(const optional<T>&, const U&);
35783578
template<class T, class U> constexpr bool operator>=(const T&, const optional<U>&);
35793579
template<class T, class U>
3580-
requires (!@\exposconcept{is-derived-from-optional}@<U>) && @\libconcept{three_way_comparable_with}@<T, U>
3580+
requires (!@\exposconcept{is-derived-from-optional}@<U>) && @\libconcept{three_way_comparable_with}@<T, U>
35813581
constexpr compare_three_way_result_t<T, U>
35823582
operator<=>(const optional<T>&, const U&);
35833583

0 commit comments

Comments
 (0)