Skip to content

Commit cb654c1

Browse files
authored
[optional.comp.with.t] Fix indentation (cplusplus#9023)
1 parent 39f290a commit cb654c1

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
@@ -5869,7 +5869,7 @@
58695869
\indexlibrarymember{operator<=>}{optional}%
58705870
\begin{itemdecl}
58715871
template<class T, class U>
5872-
requires (!@\exposconcept{is-derived-from-optional}@<U>) && @\libconcept{three_way_comparable_with}@<T, U>
5872+
requires (!@\exposconcept{is-derived-from-optional}@<U>) && @\libconcept{three_way_comparable_with}@<T, U>
58735873
constexpr compare_three_way_result_t<T, U>
58745874
operator<=>(const optional<T>& x, const U& v);
58755875
\end{itemdecl}

0 commit comments

Comments
 (0)