diff --git a/source/text.tex b/source/text.tex index f97537b711..7ff99a463e 100644 --- a/source/text.tex +++ b/source/text.tex @@ -5890,7 +5890,7 @@ @\libconcept{formattable}@, charT> struct formatter : @\exposid{range-default-formatter}@, R, charT> { }; - template + template requires (format_kind != range_format::disabled) constexpr bool enable_nonlocking_formatter_optimization = false;