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}