From f35e8d30921c1985d72e47e91b14d7a0e515bfc2 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Wed, 13 May 2026 07:48:52 +0200 Subject: [PATCH] [optional.syn] Fix indentation --- source/utilities.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/utilities.tex b/source/utilities.tex index 402dbea68d..c9b78c7974 100644 --- a/source/utilities.tex +++ b/source/utilities.tex @@ -3577,7 +3577,7 @@ template constexpr bool operator>=(const optional&, const U&); template constexpr bool operator>=(const T&, const optional&); 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&, const U&);