diff --git a/source/text.tex b/source/text.tex index bf6d74917f..589f05e724 100644 --- a/source/text.tex +++ b/source/text.tex @@ -7960,8 +7960,8 @@ parse(ParseContext& ctx); template - requires @\libconcept{formattable}@, charT> && - @\libconcept{same_as}@>, T> + requires @\libconcept{formattable}@, charT> && + @\libconcept{same_as}@>, T> constexpr typename FormatContext::iterator format(R&& r, FormatContext& ctx) const; }; @@ -8131,8 +8131,8 @@ \indexlibrarymember{format}{range_formatter}% \begin{itemdecl} template - requires @\libconcept{formattable}@, charT> && - @\libconcept{same_as}@>, T> + requires @\libconcept{formattable}@, charT> && + @\libconcept{same_as}@>, T> constexpr typename FormatContext::iterator format(R&& r, FormatContext& ctx) const; \end{itemdecl}