From 771be48c0eba1893813b967be4e3e85c4ab6b7c8 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Sat, 16 May 2026 08:33:00 +0200 Subject: [PATCH] [optional.comp.with.t] Fix indentation --- source/utilities.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/utilities.tex b/source/utilities.tex index 3c4d80e1bc..8a535fd2c3 100644 --- a/source/utilities.tex +++ b/source/utilities.tex @@ -5869,7 +5869,7 @@ \indexlibrarymember{operator<=>}{optional}% \begin{itemdecl} template - requires (!@\exposconcept{is-derived-from-optional}@) && @\libconcept{three_way_comparable_with}@ + requires (!@\exposconcept{is-derived-from-optional}@) && @\libconcept{three_way_comparable_with}@ constexpr compare_three_way_result_t operator<=>(const optional& x, const U& v); \end{itemdecl}