From 5b3b1f2a8f54fe7f90e882d0efe1f0b4b6306763 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Tue, 2 Sep 2025 09:47:30 +0200 Subject: [PATCH] [range.cmp] Fix indentation --- source/utilities.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/utilities.tex b/source/utilities.tex index 78f27b093d..5087bc7290 100644 --- a/source/utilities.tex +++ b/source/utilities.tex @@ -12662,7 +12662,7 @@ \begin{codeblock} struct ranges::greater { template - constexpr bool operator()(T&& t, U&& u) const; + constexpr bool operator()(T&& t, U&& u) const; using is_transparent = @\unspecnc@; };