From 6dcc04d06e23bd22009a6082664004652fb73eb8 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Tue, 15 Sep 2026 09:59:07 +0200 Subject: [PATCH] [re.submatch.op] Fix indentation --- source/text.tex | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/source/text.tex b/source/text.tex index f9e9dca447..10e3a416be 100644 --- a/source/text.tex +++ b/source/text.tex @@ -11061,8 +11061,8 @@ \begin{itemdecl} template bool operator==( - const sub_match& lhs, - const basic_string::value_type, ST, SA>& rhs); + const sub_match& lhs, + const basic_string::value_type, ST, SA>& rhs); \end{itemdecl} \begin{itemdescr} @@ -11077,8 +11077,8 @@ \begin{itemdecl} template auto operator<=>( - const sub_match& lhs, - const basic_string::value_type, ST, SA>& rhs); + const sub_match& lhs, + const basic_string::value_type, ST, SA>& rhs); \end{itemdecl} \begin{itemdescr} @@ -11086,9 +11086,9 @@ \returns \begin{codeblock} static_cast<@\placeholdernc{SM-CAT}@(BiIter)>(lhs.compare( - typename sub_match::string_type(rhs.data(), rhs.size())) - <=> 0 - ) + typename sub_match::string_type(rhs.data(), rhs.size())) + <=> 0 + ) \end{codeblock} \end{itemdescr} @@ -11143,9 +11143,9 @@ \returns \begin{codeblock} static_cast<@\placeholdernc{SM-CAT}@(BiIter)>(lhs.compare( - typename sub_match::string_type(1, rhs)) - <=> 0 - ) + typename sub_match::string_type(1, rhs)) + <=> 0 + ) \end{codeblock} \end{itemdescr}